The number of spaces to include before the parameter value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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); } |