Gets or sets whether the range starts at the same value where the feature starts.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public virtual bool RangeStartFromFeature { get; set; }
Visual Basic
Public Overridable Property RangeStartFromFeature As Boolean
	Get
	Set
Visual C++
public:
virtual property bool RangeStartFromFeature {
	bool get ();
	void set (bool value);
}

See Also