IsValidBeginningIndent Method


Divided Path Is Valid Beginning Indent 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 IsValidBeginningIndent(
	double beginningIndent
)

Parameters

beginningIndent Double

Return Value

Boolean
See Also