| Revit 2022.1 API |
| DimensionEqualityLabelFormatting..::..LeadingSpaces Property |
| DimensionEqualityLabelFormatting Class See Also |
The number of spaces to include before the parameter value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2017 Subscription Update
Syntax
| C# |
|---|
public int LeadingSpaces { get; set; } |
| Visual Basic |
|---|
Public Property LeadingSpaces As Integer Get Set |
| Visual C++ |
|---|
public: property int LeadingSpaces { int get (); void set (int value); } |