A collection of StationEquation objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
Autodesk.Civil.DatabaseServicesStationEquationCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class StationEquationCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>], IEnumerable<StationEquation>
VB
Public NotInheritable Class StationEquationCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>] Implements IEnumerable(Of StationEquation)
C++
public ref class StationEquationCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>], IEnumerable<StationEquation^>
The StationEquationCollection type exposes the following members.
Properties
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a station equation into the alignment. | |
| GetEnumerator | Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection. | |
| GetObjectEnumerator | Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection. | |
| GetStationEquation | Gets the StationEquation object in the collection by raw station back. | |
| Remove(Double) | Removes a station equation from the collection by raw station back. | |
| Remove(Int32) | Removes a station equation from the collection at the given index. |
