Click or drag to resize

ImageCollection.Item Property

Gets the GlobeImageOverlay at the specified index.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public GlobeImageOverlay this[
	int index
] { get; }

Parameters

index
Type: System.Int32

Property Value

Type: GlobeImageOverlay
See Also