Returns the ICENodePort object
specified by a port index, group index and group instance
index.
Note: This method could return an invalid object in python, use
ICENode.GetPortFromIndex2
instead.
ICENodePort ICENode.GetPortFromIndex( Int32 portidx, Int32 groupidx, Int32 instanceidx ); |
oReturn = ICENode.GetPortFromIndex( PortIndex, PortGroupIndex, GroupInstanceIndex ); |
Parameter | Type | Description |
---|---|---|
PortIndex | Long | Port index to match. |
PortGroupIndex | Long | Port group index to match. |
GroupInstanceIndex | Long | Group instance index to match. |