ColumnAttachmentSetJustification Method |
Setter of ColumnAttachmentJustification
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetJustification(
ColumnAttachmentJustification justification
)
Public Sub SetJustification (
justification As ColumnAttachmentJustification
)
public:
void SetJustification(
ColumnAttachmentJustification justification
)
member SetJustification :
justification : ColumnAttachmentJustification -> unit
Parameters
- justification ColumnAttachmentJustification
-
Exceptions
See Also