AttachmentLocation Enumeration |
Represents the attachment location of the element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum AttachmentLocation
Public Enumeration AttachmentLocation
public enum class AttachmentLocation
MembersMember name | Value | Description |
---|
Base | 0 |
The attachment is made at the base of the element.
|
Top | 1 |
The attachment is made at the top of the element.
|
See Also