Indicates if all segments are forced to be equal.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool AreSegmentsEqual { get; set; }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the dimension is non-linear or has only one segment. |