CANTCriticalStationCollectionIsCriticalStation Method

Returns whether there is a CANTCriticalStation at the specified station value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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