Share

RailAlignmentInfo.GetCantInfoAtStations Method

Gets the cant informations at stations, which has better performation.



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

Syntax

C#

public RailCANTInfo[] GetCantInfoAtStations(
	IEnumerable<double> stations
)

VB

Public Function GetCantInfoAtStations ( 
	stations As IEnumerable(Of Double)
) As RailCANTInfo()

C++

public:
array<RailCANTInfo>^ GetCantInfoAtStations(
	IEnumerable<double>^ stations
)

Parameters

stations  IEnumerableDouble
 

Return Value

RailCANTInfo

Exceptions

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

See Also

Reference

Was this information helpful?