RailAlignmentInfoGetCantInfoAtStations Method |
Gets the cant informations at stations, which has better performation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic RailCANTInfo[] GetCantInfoAtStations(
IEnumerable<double> stations
)
Public Function GetCantInfoAtStations (
stations As IEnumerable(Of Double)
) As RailCANTInfo()
public:
array<RailCANTInfo>^ GetCantInfoAtStations(
IEnumerable<double>^ stations
)
Parameters
- stations IEnumerableDouble
-
Return Value
RailCANTInfo
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified stations cannot be found on the alignment.
|
See Also