Click or drag to resize

ImageCollectionContains Method (String)

Checks the presence of a GlobeImageOverlay with the specified Uri 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(
	string stringUri
)

Parameters

stringUri
Type: SystemString
The String that contains the Uri to search for in the collection.

Return Value

Type: Boolean
Whether a GlobeImageOverlay with the specified Uri is in the collection.
See Also