SpacingRuleLayout Enumeration

Rules for laying out a series of equidistant points or parallel lines

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum SpacingRuleLayout
Members
Member nameValueDescription
FixedDistance1 Points or lines are separated by a fixed distance.
FixedNumber2 Fixed number of points or lines with uniform distance between them.
MaximumSpacing3 Points or lines are separated by at most the max distance.
MinimumSpacing5 Points or lines are separated by at least the minimum distance.
None0 No points or lines will be created.
See Also