Share

CANTCriticalStationCollection.IsCriticalStation 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.280

Syntax

C#

public bool IsCriticalStation(
	double station,
	double tolerance
)

VB

Public Function IsCriticalStation ( 
	station As Double,
	tolerance As Double
) As Boolean

C++

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

Reference

Was this information helpful?