AttachmentLocation Enumeration

AttachmentLocation Enumeration

Represents the attachment location of the element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum AttachmentLocation
Public Enumeration AttachmentLocation
public enum class AttachmentLocation
type AttachmentLocation
Members
Member nameValueDescription
Base0 The attachment is made at the base of the element.
Top1 The attachment is made at the top of the element.
See Also