The beginningIndent is an offset distance from the beginning of the
first curve that determines the beginning of the range over which
the layout is applied.
The measurement type determines how the distance is measured.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public double BeginningIndent { get; set; } |
Visual Basic |
---|
Public Property BeginningIndent As Double
Get
Set |
Visual C++ |
---|
public:
property double BeginningIndent {
double get ();
void set (double value);
} |
Remarks
Exceptions
See Also