RailAlignmentInfoGetCantInfoAtStation Method

Gets the cant information at a specified station.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public RailCANTInfo GetCantInfoAtStation(
	double station
)

Parameters

station  Double
The station on the alignment at which to get rail cant information.

Return Value

RailCANTInfo
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified station cannot be found on the alignment.
See Also