| Revit Preview Release API |
| ArrayAnchorMember Enumeration |
| See Also |
Represents the possible choices for how the translation or rotation is used to place each member of the array.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2012
Syntax
| C# |
|---|
public enum ArrayAnchorMember |
| Visual Basic |
|---|
Public Enumeration ArrayAnchorMember |
| Visual C++ |
|---|
public enum class ArrayAnchorMember |
Members
| Member name | Description |
|---|---|
| Second | The translation or rotation value specifies the location of the second member of the array. |
| Last | The translation or rotation value specifies the location of the last member of the array. |