Class INodeEditor.PortVisualDescriptor
PortVisualDescriptor describes how the port is shown in the node.
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class PortVisualDescriptor
Fields
direction
The direction (left or right) in the node
Declaration
public PortDirection direction
Field Value
| Type | Description |
|---|---|
| PortDirection |
index
The index order of the port
Declaration
public int index
Field Value
| Type | Description |
|---|---|
| Int32 |
name
The name of the port
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |