Namespace:
Autodesk.Revit.DB
SpacingRuleLayout
Enumeration
Description:
Rules for laying out a series of equidistant points or parallel lines
Rules for laying out a series of equidistant points or parallel lines
SpacingRuleLayout Enumeration Members:
| Name | Description |
|---|---|
| 0 | No points or lines will be created. |
| 1 | Points or lines are separated by a fixed distance. |
| 2 | Fixed number of points or lines with uniform distance between them. |
| 3 | Points or lines are separated by at most the max distance. |
| 5 | Points or lines are separated by at least the minimum distance. |