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