Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public IEnumerator<PressurePipeRun> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of PressurePipeRun)
C++
public: virtual IEnumerator<PressurePipeRun^>^ GetEnumerator() sealed
Return Value
IEnumeratorPressurePipeRunAn enumerator which implements the IEnumerator<T> interface.