Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
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.2516.0

Syntax

C#
public IEnumerator GetObjectEnumerator()
Visual Basic
Public Function GetObjectEnumerator As IEnumerator
Visual C++
public:
virtual IEnumerator^ GetObjectEnumerator() sealed

Return Value

An enumerator which implements the IEnumerator interface.

Return Value

An enumerator which implements the IEnumerator interface.

Implements

IEnumerable..::..GetEnumerator()()()()

See Also