Gets or sets whether the range ends at the same value where the feature ends.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual bool RangeEndFromFeature { get; set; }
VB
Public Overridable Property RangeEndFromFeature As Boolean Get Set
C++
public: virtual property bool RangeEndFromFeature { bool get (); void set (bool value); }