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.4.2516.0

Syntax

C#
public override bool RangeEndFromFeature { set; }
Visual Basic
Public Overrides WriteOnly Property RangeEndFromFeature As Boolean
	Set
Visual C++
public:
virtual property bool RangeEndFromFeature {
	void set (bool value) override;
}

See Also