Click or drag to resize

ImageCollectionRemove Method

Removes a GlobeImageOverlay from the collection.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Remove(
	GlobeImageOverlay globeOverlay
)

Parameters

globeOverlay
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to be removed.

Return Value

Type: Boolean
Whether globeOverlay was found and successfully removed from the collection.

Implements

ICollectionTRemove(T)
See Also