DimensionAreSegmentsEqual Property

Indicates if all segments are forced to be equal.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AreSegmentsEqual { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the dimension is non-linear or has only one segment.
Remarks
This property is usable only for linear dimensions with more than one segment.
See Also