Revit 2025.3 API
Divided |
Checks that the indent value does not cause the beginningIndent and endIndent to overlop
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsValidEndIndent( double endIndent )
Public Function IsValidEndIndent ( endIndent As Double ) As Boolean
public: bool IsValidEndIndent( double endIndent )
member IsValidEndIndent : endIndent : float -> bool
Parameters
- endIndent Double
Return Value
BooleanSee Also