OperatorContext.OutputPort
 
 
 

OperatorContext.OutputPort operator

Description

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.

C# Syntax

// get accessor
Object rtn = OperatorContext.OutputPort;

See Also

CustomOperator.AddOutputPort OperatorContext.OutputTarget