ArrayDirection Type
Which way the copies of a pasted array run. A fragment is arrayed across its short axis, so that the copies stack up beside each other rather than end to end: a row of gates laid out left to right becomes a vertical array, and a column of them a horizontal one. Prefixed because CommonTypes.Orientation is Horizontal | Vertical and is used unqualified all over the draw block - two of these cases named the same would shadow it.
Union cases
| Union case | Description |
Full Usage:
ArrayHorizontal
|
|
Full Usage:
ArrayVertical
|
Instance members
| Instance member | Description |
Full Usage:
this.IsArrayHorizontal
Returns: bool
|
|
Full Usage:
this.IsArrayVertical
Returns: bool
|
|