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 ); |