Click or drag to resize

ImageCollection.Add Method (GlobeImageOverlay)

Adds imageryOverlay to 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 void Add(
	GlobeImageOverlay imageryOverlay
)

Parameters

imageryOverlay
Type: AGI.Foundation.Graphics.GlobeImageOverlay
The GlobeImageOverlay to be added to the collection.

Implements

ICollection<T>.Add(T)
See Also