Rules for laying out a series of equidistant points or parallel lines 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Members
| Member 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. |