ImageCollectionGetEnumerator Method  | 
 
Constructs an iterator that can be used to iterate the collection.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IEnumerator<GlobeImageOverlay> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of GlobeImageOverlay)
public:
virtual IEnumerator<GlobeImageOverlay^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<GlobeImageOverlay> 
override GetEnumerator : unit -> IEnumerator<GlobeImageOverlay> 
Return Value
Type: 
IEnumeratorGlobeImageOverlayAn enumerator that can be used to iterate the collection.
Implements
IEnumerableTGetEnumerator
See Also