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: 24.2.419.0 (24.2.419.0)
Syntax public 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
IEnumerableTGetEnumeratorSee Also