AutoFeatureLabelGroupSetRange Method |
Sets both range parameters (start and end) at once.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual void SetRange(
double rangeStart,
double rangeEnd
)
Public Overridable Sub SetRange (
rangeStart As Double,
rangeEnd As Double
)
public:
virtual void SetRange(
double rangeStart,
double rangeEnd
)
Parameters
- rangeStart Double
-
- rangeEnd Double
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when settings this property:
- The type of label group is MinorStation.
- The RangeStartFromFeature or RangeEndFromFeature property is set to true.
|
See Also