RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Dimension

Dimension.AreSegmentsEqual

Property
Description:
Indicates if all segments are forced to be equal.
Remarks:
This property is usable only for linear dimensions with more than one segment.
Syntax
public bool AreSegmentsEqual { get; set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when the dimension is non-linear or has only one segment.