v11.0 (2013)
Returns the ICENodePort object specified by a port index, group index and group instance index. This method is similar to ICENode.GetPortFromIndex but specific to the python language.
Object ICENode.GetPortFromIndex2( Int32 portidx, Int32 groupidx, Int32 instanceidx ); |
oReturn = ICENode.GetPortFromIndex2( 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. |