ArrayAnchorMember Enumeration |
Represents the possible choices for how the translation or rotation is used to place each member of the array.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum ArrayAnchorMember
Public Enumeration ArrayAnchorMember
public enum class ArrayAnchorMember
MembersMember name | Value | Description |
---|
Second | 0 |
The translation or rotation value specifies the location of the second member of the array.
|
Last | 1 |
The translation or rotation value specifies the location of the last member of the array.
|
See Also