Setter of ColumnAttachmentJustification

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public void SetJustification(
	ColumnAttachmentJustification justification
)
Visual Basic
Public Sub SetJustification ( _
	justification As ColumnAttachmentJustification _
)
Visual C++
public:
void SetJustification(
	ColumnAttachmentJustification justification
)

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also