Share

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.280

Syntax

C#

public class RailAlignmentInfo

VB

Public Class RailAlignmentInfo

C++

public ref class RailAlignmentInfo

The RailAlignmentInfo type exposes the following members.

Properties

 NameDescription
Public propertyTrackWidth Gets or sets the track width.

Methods

 NameDescription
Public methodGetCantInfoAtStation Gets the cant information at a specified station.
Public methodGetCantInfoAtStations Gets the cant informations at stations, which has better performation.

Remarks

A RailAlignmentInfo object becomes invalid if the parent alignment is deleted.

See Also

Reference

Was this information helpful?