GetCantInfoAtStation Method

Gets the cant information at a specified station.

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

Syntax

C#

public RailCANTInfo GetCantInfoAtStation(
	double station
)

Visual Basic

Public Function GetCantInfoAtStation ( _
	station As Double _
) As RailCANTInfo

Visual C++

public:
RailCANTInfo GetCantInfoAtStation(
	double station
)

Parameters

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

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the specified station cannot be found on the alignment.

See Also