DividedPathIsValidEndIndent Method

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.0.0.0 (25.0.0.0)
Syntax
public bool IsValidEndIndent(
	double endIndent
)

Parameters

endIndent  Double
 

Return Value

Boolean
See Also