Checks that the specified range is within the start and end station of the baseline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void CheckStationRange()
VB
Public Sub CheckStationRange
C++
public: void CheckStationRange()
Exceptions
Exception | 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. |