Share

CANTCriticalStationCollection.GetCriticalStationAt Method

Returns the CANTCriticalStation object at the specified station value.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public CANTCriticalStation GetCriticalStationAt(
	double station,
	double tolerance
)

VB

Public Function GetCriticalStationAt ( 
	station As Double,
	tolerance As Double
) As CANTCriticalStation

C++

public:
CANTCriticalStation^ GetCriticalStationAt(
	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

CANTCriticalStation

Remarks

  1. If there is no CANTCriticalStation at the specified station value, the method returns Null.
  2. If there more than one CANTCriticalStation objects at the specified station, the method returns the first one in the collection, which is the previous curve bound station.

See Also

Reference

Was this information helpful?