Revit 2023 API |
NumberSystemJustifyOption Enumeration |
See Also |
The available options for justification of the numbers in a number system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public enum NumberSystemJustifyOption |
Visual Basic |
---|
Public Enumeration NumberSystemJustifyOption |
Visual C++ |
---|
public enum class NumberSystemJustifyOption |
Members
Member name | Description |
---|---|
Front | The number will locate in front of the annotated object along the annotating direction. |
Center | The number will locate in the center of the annotated object along the annotating direction. |
Back | The number will locate in back of the annotated object along the annotating direction. |