Click or drag to resize

ImageCollectionSwap Method (GlobeImageOverlay, GlobeImageOverlay)

Swaps the position of two GlobeImageOverlay objects.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Swap(
	GlobeImageOverlay imageryOverlay1,
	GlobeImageOverlay imageryOverlay2
)

Parameters

imageryOverlay1
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The first GlobeImageOverlay object.
imageryOverlay2
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The second GlobeImageOverlay object.
See Also