The ordinate dimension line style.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum OrdinateDimensionLineStyle
Members
| Member name | Value | Description |
|---|
| Continuous | 1 |
Displays the dimension line as continuous.
|
| None | 0 |
Shows no dimension line. When you select the dimension line in the drawing area, a hidden line displays.
|
| Segmented | 2 |
Segments the dimension line. Specify the length of the segments with the DimensionLineLength property.
|
See Also
Reference