ICENodePort.IsOutput

Description

Returns a Boolean value indicating whether the port direction is output (true) or input (false).

C# Syntax

// get accessor
Boolean rtn = ICENodePort.IsOutput;

See Also

ICENodeOutputPort