Click or drag to resize

ImageCollection.GetEnumerator 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)
Syntax
public IEnumerator<GlobeImageOverlay> GetEnumerator()

Return Value

Type: IEnumerator<GlobeImageOverlay>
An enumerator that can be used to iterate the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also