Class GraphTree.GridDescriptor
GridDescriptor represents a grid container, either a group or node.
Namespace: Mechatronics.SystemGraph
Syntax
public class GridDescriptor
Fields
groupDesc
Group container
Declaration
public GroupDescriptor groupDesc
Field Value
| Type | Description |
|---|---|
| GroupDescriptor |
rc
Position of this grid
Declaration
public Rect rc
Field Value
| Type | Description |
|---|---|
| Rect |
tNode
Node container
Declaration
public GraphTree.TreeNode tNode
Field Value
| Type | Description |
|---|---|
| GraphTree.TreeNode |