Share

OrdinateDimensionLineStyle Enumeration

The ordinate dimension line style.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum OrdinateDimensionLineStyle

Members

Member nameValueDescription
Continuous1 Displays the dimension line as continuous.
None0 Shows no dimension line. When you select the dimension line in the drawing area, a hidden line displays.
Segmented2 Segments the dimension line. Specify the length of the segments with the DimensionLineLength property.

See Also

Reference

Was this information helpful?