Revit 2016 API |
ColumnAttachment..::..SetJustification Method |
ColumnAttachment Class See Also |
Setter of ColumnAttachmentJustification
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
C# |
---|
public void SetJustification( ColumnAttachmentJustification justification ) |
Visual Basic |
---|
Public Sub SetJustification ( _ justification As ColumnAttachmentJustification _ ) |
Visual C++ |
---|
public: void SetJustification( ColumnAttachmentJustification justification ) |
Parameters
- justification
- Type: Autodesk.Revit.DB..::..ColumnAttachmentJustification
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |