Returns the SuperelevationCriticalStation object at the specified station value.
Returns the SuperelevationCriticalStation object at the specified station value.

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

Syntax

C#
public SuperelevationCriticalStation GetCriticalStationAt(
	double station,
	double tolerance
)
Visual Basic
Public Function GetCriticalStationAt ( _
	station As Double, _
	tolerance As Double _
) As SuperelevationCriticalStation
Visual C++
public:
SuperelevationCriticalStation^ GetCriticalStationAt(
	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.

Remarks

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

Remarks

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

See Also