This class represents a collection of SuperelevationCriticalStation objects.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSuperelevationCriticalStationCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SuperelevationCriticalStationCollection : IEnumerable<SuperelevationCriticalStation>
VB
Public NotInheritable Class SuperelevationCriticalStationCollection Implements IEnumerable(Of SuperelevationCriticalStation)
C++
public ref class SuperelevationCriticalStationCollection sealed : IEnumerable<SuperelevationCriticalStation^>
The SuperelevationCriticalStationCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of SuperelevationCriticalStation objects in the collection. |
![]() | Item | |
![]() | ParentAlignmentId | Get the ObjectId of the parent alignment. |
Methods
Name | Description | |
---|---|---|
![]() | Add(Double, SuperelevationCriticalStationType) | Obsolete. Adds a SuperelevationCriticalStation of the specified transition type at the specified station. |
![]() | Add(Double, SuperelevationCriticalStationType, SuperelevationAttainmentRegionType) | Adds a SuperelevationCriticalStation of the specified transition type at the specified station. |
![]() | GetCriticalStationAt | Returns the SuperelevationCriticalStation object at the specified station value. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | IsCriticalStation | Returns whether there is a SuperelevationCriticalStation at the specified station value. |
![]() | RemoveAt | Removes the SuperelevationCriticalStation object from the collection at a specified index. |