Click or drag to resize

ImageCollectionMove Method (GlobeImageOverlay, Int32)

Moves the GlobeImageOverlay to the specified position.

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 Move(
	GlobeImageOverlay imageryOverlay,
	int newPosition
)

Parameters

imageryOverlay
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to move.
newPosition
Type: SystemInt32
The new position of the imageryOverlay.
See Also