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.4.2516.0
Syntax
C# |
---|
public void CheckStationRange() |
Visual Basic |
---|
Public Sub CheckStationRange |
Visual C++ |
---|
public:
void CheckStationRange() |
Remarks
Exceptions
Exception | Condition |
---|
System..::..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.
|
See Also