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
Syntax
public enum SpacingRuleLayout
Unknown Namespace Members:
| Name | Description |
|---|---|
| None | No points or lines will be created. |
| FixedDistance | Points or lines are separated by a fixed distance. |
| FixedNumber | Fixed number of points or lines with uniform distance between them. |
| MaximumSpacing | Points or lines are separated by at most the max distance. |
| MinimumSpacing | Points or lines are separated by at least the minimum distance. |