RailAlignmentInfo Class

This class encapsulates the properties and operations of a rail alignment object.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesRailAlignmentInfo

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

The RailAlignmentInfo type exposes the following members.

Properties
 NameDescription
Public propertyTrackWidth Gets or sets the track width.
Top
Methods
 NameDescription
Public methodGetCantInfoAtStation Gets the cant information at a specified station.
Public methodGetCantInfoAtStations Gets the cant informations at stations, which has better performation.
Top
Remarks
A RailAlignmentInfo object becomes invalid if the parent alignment is deleted.
See Also