PondContourCollectionGetEnumerator Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public IEnumerator<PondContour> GetEnumerator()

Return Value

IEnumeratorPondContour
An enumerator which implements the IEnumerator interface.

Implements

IEnumerableTGetEnumerator
Remarks
Snapshot behavior: Each enumerated PondContour is an independent copy. Multiple enumerations will produce different object instances with identical data.
See Also