Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public IEnumerator<OffsetAssembly> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of OffsetAssembly)
Visual C++
public: virtual IEnumerator<OffsetAssembly^>^ GetEnumerator() sealed