Returns the OutputPort that represents the connection to the
currently evaluating output target. In the case of a multi-output operator this
object can be used to determine which output is currently being evaluated.
When the operator is writing to a Parameter use the
OutputPort.Value property on the returned OutputPort to set a
new value on the Parameter.
// get accessor Object rtn = OperatorContext.OutputPort; |