RailAlignmentInfoGetCantInfoAtStations Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public 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