Click or drag to resize

ImageCollectionContains Method (GlobeImageOverlay)

Checks the presence of a GlobeImageOverlay in 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 Contains(
	GlobeImageOverlay imageryOverlay
)

Parameters

imageryOverlay
Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to search for in the collection.

Return Value

Type: Boolean
Whether imageryOverlay is in the collection.

Implements

ICollectionTContains(T)
See Also