Delegate IPortEditor.tDelegateSpawnEditor
Delegate tDelegateSpawnEditor
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public delegate bool IPortEditor.tDelegateSpawnEditor(IPortEditor self, VisualElement port)
Parameters
| Type | Name | Description |
|---|---|---|
| IPortEditor | self | This instance. |
| VisualElement | port | The port. |
Returns
| Type | Description |
|---|---|
| bool |
|