GetEnumerator Method

Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.

Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.

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

Syntax

C#

public IEnumerator<SuperelevationCurve> GetEnumerator()

Visual Basic

Public Function GetEnumerator As IEnumerator(Of SuperelevationCurve)

Visual C++

public:
virtual IEnumerator<SuperelevationCurve^>^ GetEnumerator() sealed

Return Value

An enumerator which implements the IEnumerator<T> interface.

Return Value

An enumerator which implements the IEnumerator<T> interface.

Implements

IEnumerable<T>.GetEnumerator()

See Also