Method AddDynamicPort
AddDynamicPort(string, Type, PortDirection, FieldExtra)
Adds a dynamic port to the node.
Declaration
public bool AddDynamicPort(string name, Type portType, PortDirection direction, FieldExtra rw)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name.  | 
    
| Type | portType | Type of the port.  | 
    
| PortDirection | direction | The direction.  | 
    
| FieldExtra | rw | The field extra settings.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
  |