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