Determines whether the Map contains a specified MapItem.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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 Map.