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

DividedPath.MinimumDistance

Property
Description:
The minimum distance is used when the layout is set to 'MinimumSpacing'. When that layout rule is used the distance between points will not fall below this value. The measurement type determines how the distance is measured.
Syntax
public double MinimumDistance { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The minimumDistance is too small.