Share

AutoFeatureLabelGroup.RangeEnd Property

Gets or sets the end of the labeled range.



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

Syntax

C#

public virtual double RangeEnd { get; set; }

VB

Public Overridable Property RangeEnd As Double
	Get
	Set

C++

public:
virtual property double RangeEnd {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when setting this property:
  1. The type of label group is MinorStation.
  2. The RangeEndFromFeature property is set to true.

See Also

Reference

Was this information helpful?