ICENode.GetPortFromName
 
 
 

ICENode.GetPortFromName

Description

Returns the ICENodePort object that matches a specific port name.

Note: This method could return an invalid object in python, use ICENode.GetPortFromName2 instead.

C# Syntax

ICENodePort ICENode.GetPortFromName( String portname );

Scripting Syntax

oReturn = ICENode.GetPortFromName( PortName );

Return Value

ICENodePort

Parameters

Parameter Type Description
PortName String Port name to match.