Sets both range parameters (start and end) at once.

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

Syntax

C#
public override void SetRange(
	double rangeStart,
	double rangeEnd
)
Visual Basic
Public Overrides Sub SetRange ( _
	rangeStart As Double, _
	rangeEnd As Double _
)
Visual C++
public:
virtual void SetRange(
	double rangeStart, 
	double rangeEnd
) override

Parameters

rangeStart
Type: System..::..Double
rangeEnd
Type: System..::..Double

Exceptions

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

See Also