Header menu logo issie

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

ArrayHorizontal

Full Usage: ArrayHorizontal

ArrayVertical

Full Usage: ArrayVertical

Instance members

Instance member Description

this.IsArrayHorizontal

Full Usage: this.IsArrayHorizontal

Returns: bool
Returns: bool

this.IsArrayVertical

Full Usage: this.IsArrayVertical

Returns: bool
Returns: bool

Type something to start searching.