Share

AutoFeatureLabelGroup.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.8.0.280

Syntax

C#

public virtual bool RangeStartFromFeature { get; set; }

VB

Public Overridable Property RangeStartFromFeature As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?