Method InitializeDynamicPorts
InitializeDynamicPorts(SystemGraphComponent)
Called at start of runtime execution to load ports from PortList. Override for custom behaviour on load.
Declaration
public virtual bool InitializeDynamicPorts(SystemGraphComponent parent)
Parameters
| Type | Name | Description | 
|---|---|---|
| SystemGraphComponent | parent | The parent.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if the ports are succesfully loaded  |