AutoFeatureLabelGroupRangeEnd Property

Gets or sets the end of the labeled range.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual double RangeEnd { get; set; }

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