ICENodePort.ConnectedPorts

Description

Returns an ICENodePortCollection object containing all the node ports connected to this port. ICENodeInputPorts can only have one connected port, but ICENodeOutputPorts can have multiple ports connected. The returned collection is empty if the port is not connected.

C# Syntax

// get accessor
ICENodePortCollection rtn = ICENodePort.ConnectedPorts;

See Also

ICENodePort.IsConnected