Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection.

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

Syntax

C#
public IEnumerator<CorridorFeatureLine> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of CorridorFeatureLine)
Visual C++
public:
virtual IEnumerator<CorridorFeatureLine^>^ GetEnumerator() sealed

Return Value

An enumerator that implements IEnumerator<T> interface.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also