Share

RailAlignmentInfo.GetCantInfoAtStation Method

Gets the cant information at a specified station.



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

Syntax

C#

public RailCANTInfo GetCantInfoAtStation(
	double station
)

VB

Public Function GetCantInfoAtStation ( 
	station As Double
) As RailCANTInfo

C++

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

Reference

Was this information helpful?