RangeStartFromFeature Property

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

Syntax

C#

public override bool RangeStartFromFeature { set; }

Visual Basic

Public Overrides WriteOnly Property RangeStartFromFeature As Boolean
	Set

Visual C++

public:
virtual property bool RangeStartFromFeature {
	void set (bool value) override;
}

See Also