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.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic IEnumerator<OutletDetail> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of OutletDetail)
public:
virtual IEnumerator<OutletDetail^>^ GetEnumerator() sealed
Return Value
IEnumeratorOutletDetail
An enumerator which implements the IEnumerator<T> interface.
Implements
IEnumerableTGetEnumerator
See Also