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.6.1987.0
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 propertyCantGradient Gets the cant gradient of the CANTCriticalStation object.
Public propertyEquilibriumCant Gets the equilibrium cant of the CANTCriticalStation object.
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 of the CANTCriticalStation object.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CANTCriticalStation
Top
See Also