Determines whether the specified image overlay is contained within the collection.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool Contains(
	ImageOverlay imageOverlay
)
Visual Basic (Declaration)
Public Function Contains ( _
	imageOverlay As ImageOverlay _
) As Boolean

Parameters

imageOverlay
Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay

An ImageOverlay object representing an image which is positioned in relation to the map window.

Return Value

trueTruetruetrue (True in Visual Basic) if the specified image overlay is contained in the collection; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Version Information: This method is supported from version 2.0.0.1500.

See Also