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

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

Syntax

C#
public RailCANTInfo[] GetCantInfoAtStations(
	IEnumerable<double> stations
)
Visual Basic
Public Function GetCantInfoAtStations ( _
	stations As IEnumerable(Of Double) _
) As RailCANTInfo()
Visual C++
public:
array<RailCANTInfo>^ GetCantInfoAtStations(
	IEnumerable<double>^ stations
)

Parameters

stations
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Double>)>)>

Exceptions

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

See Also