Determines whether the KmlLayer contains a specified MapItem.

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(
	MapItem item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As MapItem _
) As Boolean

Parameters

item
Type: ESRI.ArcGISExplorer.Mapping..::.MapItem

A MapItem to locate in the KmlLayer.

Return Value

trueTruetruetrue (True in Visual Basic) if the item is found in the KmlLayer; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Version Information: This method is supported from version 2.0.0.1500.

See Also