RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedPath

DividedPath.EndIndent

Property
Description:
The endIndent is an offset distance from the end of the last curve that determines the end of the range over which the layout is applied. The measurement type determines how the distance is measured.
Remarks:
BeginningIndent and endIndent are not allowed to overlap
Syntax
public double EndIndent { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for endIndent must be between 0 and 30000 feet. -or- When setting this property: endIndent overlaps with beginningIndent