This class represents a collection of CANTCriticalStation objects.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public sealed class CANTCriticalStationCollection : IEnumerable<CANTCriticalStation>
Visual Basic
Public NotInheritable Class CANTCriticalStationCollection _
	Implements IEnumerable(Of CANTCriticalStation)
Visual C++
public ref class CANTCriticalStationCollection sealed : IEnumerable<CANTCriticalStation^>

Remarks

The SuperelevationCriticalStation objects in the collection are sorted by the station in each curve group. When one of the CANTCriticalStation object's station value changes, the collection sorts automactically by the station value, which means the index is not stable.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..CANTCriticalStationCollection

See Also