PondContourCollectionGetEnumerator Method |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic IEnumerator<PondContour> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PondContour)
public:
virtual IEnumerator<PondContour^>^ GetEnumerator() sealed
Return Value
IEnumeratorPondContour
An enumerator which implements the IEnumerator interface.
Implements
IEnumerableTGetEnumerator
RemarksSnapshot behavior: Each enumerated PondContour is an independent copy.
Multiple enumerations will produce different object instances with identical data.
See Also