DimDirection

Description

The DimDirection enumeration contains variants of element layout on addition or after transfer.

It is used by the following methods:

Available Values

Value Brief description
0 Before. Element will be located before specified element.
1 After. Element will be located after specified element.
2 FirstChild. Element will be the first in the list of child elements.
3 LastChild. Element will be the last in the list of child elements.
4 Swap. The specified element will be replaced by a new one.

See also:

Dimensions Assembly Enumerations