CANTCriticalStation Class

This class represents a CANT critical station on an Alignment object.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesCANTCriticalStation

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CANTCriticalStation : IDisposable

The CANTCriticalStation type exposes the following members.

Properties
 NameDescription
Public propertyAppliedCANT Returns the slope at the specified segment type.
Public propertyCANTCurveName Gets the name of the CANTCurve where the critical station belongs.
Public propertyCantDeficiency Gets the cant deficiency of the CANTCriticalStation object.
Public propertyCantDeficiencyGradient Gets the cant deficiency gradient at this cant critical station.
Public propertyCantDeficiencyVerticalSpeed Gets the cant deficiency vertical speed (km/h or mph) at this cant critical station.
Public propertyCantGradient Gets the cant gradient of the CANTCriticalStation object.
Public propertyCantJerk Gets the cant jerk value measured for this and the previous cant critical station.
Public propertyCantRatio Gets the ratio of cant deficiency to applied cant at this cant critical station.
Public propertyCurveRadius Gets the curve radius at this cant critical station.
Public propertyDesignSpeed Gets the design speed at this cant critical station of a curve group.
Public propertyEquilibriumCant Gets the equilibrium cant of the CANTCriticalStation object.
Public propertyEquilibriumCantGradient Gets the equilibrium cant gradient at this cant critical station.
Public propertyEquilibriumCantVerticalSpeed Gets the equilibrium cant vertical speed (km/h or mph) at this cant critical station.
Public propertyLateralAcceleration Gets the lateral acceleration of the CANTCriticalStation object.
Public propertyLeftRailElevationDifference 
Public propertyParentAlignmentId Gets the ObjectId of the parent Alignment.
Public propertyRightRailElevationDifference 
Public propertyStation Gets or sets the station of the CANTCriticalStation object.
Public propertyStationType Gets the critical station type of the CANTCriticalStation object.
Public propertyTransitionDescription Gets or sets a string value that describes the transition type.
Public propertyTransitionRegionType Gets a value specifying whether the critical station is bound to the begining of the curve (In) or the end of the curve (Out).
Public propertyVerticalSpeed Gets the vertical speed (km/h or mph) of the CANTCriticalStation object.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CANTCriticalStation
Top
See Also