Method GetPort
GetPort(NodeDescriptor, string)
Get a Port from a guid inside a Node
Declaration
public static PortDescriptor GetPort(NodeDescriptor node, string guid)
Parameters
Type | Name | Description |
---|---|---|
NodeDescriptor | node | Node Descriptor that contains the port to extract |
string | guid | The guid of the port to extract |
Returns
Type | Description |
---|---|
PortDescriptor | Returns the PortDescriptor that matches the guid |