SuperelevationCriticalStationCollectionGetCriticalStationAt Method |
Returns the SuperelevationCriticalStation object at the specified station value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SuperelevationCriticalStation GetCriticalStationAt(
double station,
double tolerance
)
Public Function GetCriticalStationAt (
station As Double,
tolerance As Double
) As SuperelevationCriticalStation
public:
SuperelevationCriticalStation^ 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
SuperelevationCriticalStation
Remarks- If there is no SuperElevationCriticalStation at the specified station value, the method returns Null.
- 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