RailAlignmentInfoGetCantInfoAtStation Method |
Gets the cant information at a specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic RailCANTInfo GetCantInfoAtStation(
double station
)
Public Function GetCantInfoAtStation (
station As Double
) As RailCANTInfo
public:
RailCANTInfo GetCantInfoAtStation(
double station
)
Parameters
- station Double
- The station on the alignment at which to get rail cant information.
Return Value
RailCANTInfo
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified station cannot be found on the alignment.
|
See Also