Revit 2023 API |
DividedPath..::..IsValidBeginningIndent Method |
DividedPath Class See Also |
Checks that the indent value does not cause the beginningIndent and endIndent to overlop
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public bool IsValidBeginningIndent( double beginningIndent ) |
Visual Basic |
---|
Public Function IsValidBeginningIndent ( _ beginningIndent As Double _ ) As Boolean |
Visual C++ |
---|
public: bool IsValidBeginningIndent( double beginningIndent ) |
Parameters
- beginningIndent
- Type: System..::..Double