Share

ArrayAnchorMember Enumeration

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ArrayAnchorMember

Members

Member nameValueDescription
Last1 The translation or rotation value specifies the location of the last member of the array.
Second0 The translation or rotation value specifies the location of the second member of the array.

See Also

Reference

Was this information helpful?