GetEnumerator Method

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

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

Syntax

C#

public IEnumerator<ProfileHatchArea> GetEnumerator()

Visual Basic

Public Function GetEnumerator As IEnumerator(Of ProfileHatchArea)

Visual C++

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

Return Value

An enumerator which implements the IEnumerator interface.

Implements

IEnumerable<T>.GetEnumerator()

See Also