Returns whether there is a SuperelevationCriticalStation at the specified station value.
Returns whether there is a SuperelevationCriticalStation at the specified station value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool IsCriticalStation( double station, double tolerance ) |
Visual Basic |
---|
Public Function IsCriticalStation ( _ station As Double, _ tolerance As Double _ ) As Boolean |
Visual C++ |
---|
public: bool IsCriticalStation( double station, double tolerance ) |
Parameters
- station
- Type: System..::..Double
The station value on the alignment object.The station value on the alignment object.
- tolerance
- Type: System..::..Double
The tolerance value for the station value.The tolerance value for the station value.