| Revit 2017 API |
| DividedPath..::..FixedNumberOfPoints Property |
| DividedPath Class See Also |
The number of points used when the layout is set to 'FixedNumber'.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
Remarks
To get the actual number of point use GetNumberOfPoints().
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: fixedNumberOfPoints must be at least 2 and at most 200. |