Method FindPortDescriptor
FindPortDescriptor(NodeReferenceDescriptor, string)
Finds the port descriptor.
Declaration
public Linker.PortReferenceDescriptor FindPortDescriptor(Linker.NodeReferenceDescriptor node, string portName)
Parameters
| Type | Name | Description | 
|---|---|---|
| Linker.NodeReferenceDescriptor | node | The node.  | 
    
| string | portName | Name of the port.  | 
    
Returns
| Type | Description | 
|---|---|
| Linker.PortReferenceDescriptor | PortReferenceDescriptor.  |