Share

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.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?