ColumnAttachment.Justification Property

ColumnAttachmentJustification Property

Identifies the type of justification to apply to this ColumnAttachment.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ColumnAttachmentJustification Justification { get; }
Public ReadOnly Property Justification As ColumnAttachmentJustification
	Get
public:
property ColumnAttachmentJustification Justification {
	ColumnAttachmentJustification get ();
}
member Justification : ColumnAttachmentJustification with get

Property Value

ColumnAttachmentJustification
See Also