Method CreateEdge
CreateEdge(OutputTriggerPort, InputTriggerPort)
Declaration
public void CreateEdge(OutputTriggerPort outputPortModel, InputTriggerPort inputPortModel)
Parameters
| Type | Name | Description | 
|---|---|---|
| OutputTriggerPort | outputPortModel | |
| InputTriggerPort | inputPortModel | 
CreateEdge(OutputDataPort, InputDataPort)
Declaration
public void CreateEdge(OutputDataPort outputPortModel, InputDataPort inputPortModel)
Parameters
| Type | Name | Description | 
|---|---|---|
| OutputDataPort | outputPortModel | |
| InputDataPort | inputPortModel | 
CreateEdge(uint, OutputDataPort, IGTFPortModel)
Declaration
public void CreateEdge(uint outputNodeModelFirstPortIndex, OutputDataPort outputPort, IGTFPortModel inputPortModel)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | outputNodeModelFirstPortIndex | |
| OutputDataPort | outputPort | |
| IGTFPortModel | inputPortModel | 
CreateEdge(IGTFPortModel, IGTFPortModel, bool)
Declaration
public void CreateEdge(IGTFPortModel outputPortModel, IGTFPortModel inputPortModel, bool warnIfNotCompatible)
Parameters
| Type | Name | Description | 
|---|---|---|
| IGTFPortModel | outputPortModel | |
| IGTFPortModel | inputPortModel | |
| bool | warnIfNotCompatible | 
CreateEdge(IGTFNodeModel, string, IGTFNodeModel, string)
Declaration
public void CreateEdge(IGTFNodeModel outputNode, string outputPortUniqueId, IGTFNodeModel inputNode, string inputPortUniqueId)
Parameters
| Type | Name | Description | 
|---|---|---|
| IGTFNodeModel | outputNode | |
| string | outputPortUniqueId | |
| IGTFNodeModel | inputNode | |
| string | inputPortUniqueId |