BaseLineRangeCheckStationRange Method |
Checks that the specified range is within the start and end station of the baseline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void CheckStationRange()
Public Sub CheckStationRange
public:
void CheckStationRange()
ExceptionsException | Condition |
---|
ArgumentException | This exception
is raised if the start station of the range is less than the start station of the baseline, or if the end
station of the range is higher than the end station of the baseline.
|
Remarks
This method verifies whether the specified range is within the start and end station of the baseline. The
method will throw an exception if the range is not valid.
See Also