OutletDetailCollectionGetEnumerator Method

Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection.

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

Return Value

IEnumeratorOutletDetail
An enumerator which implements the IEnumerator<T> interface.

Implements

IEnumerableTGetEnumerator
See Also