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