CANTCriticalStationCollectionIsCriticalStation Method |
Returns whether there is a CANTCriticalStation at the specified station value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsCriticalStation(
double station,
double tolerance
)
Public Function IsCriticalStation (
station As Double,
tolerance As Double
) As Boolean
public:
bool IsCriticalStation(
double station,
double tolerance
)
Parameters
- station Double
- The station value on the alignment object.
- tolerance Double
- The tolerance value for the station value.
Return Value
Boolean
See Also