Gets or sets the end of the labeled range.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public virtual double RangeEnd { get; set; }
VB
Public Overridable Property RangeEnd As Double Get Set
C++
public: virtual property double RangeEnd { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException |
Thrown when setting this property:
|