Gets the cant information at a specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public RailCANTInfo GetCantInfoAtStation(
double station
) |
Visual Basic |
---|
Public Function GetCantInfoAtStation ( _
station As Double _
) As RailCANTInfo |
Visual C++ |
---|
public:
RailCANTInfo GetCantInfoAtStation(
double station
) |
Parameters
- station
- Type: System..::..Double
The station on the alignment at which to get rail cant information.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the specified station cannot be found on the alignment.
|
See Also