This class represents a collection of SuperelevationCriticalStation objects.
This class represents a collection of SuperelevationCriticalStation objects.

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

Syntax

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

Remarks

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

Remarks

The SuperelevationCriticalStation objects in the collection are sorted by the station in each curve group. When one of the SuperelevationCriticalStation 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..::..SuperelevationCriticalStationCollection

See Also