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

DividedPath.FixedNumberOfPoints

Property
Description:
The number of points used when the layout is set to 'FixedNumber'.
Remarks:
To get the actual number of point use GetNumberOfPoints().
Syntax
public int FixedNumberOfPoints { get; set; }
Exceptions
Exception Condition
ArgumentException When setting this property: fixedNumberOfPoints must be at least 2 and at most 200.