The MapItem property is obsolete as it has been superceded by the MapItems property which can store multiple MapItem objects.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
[ObsoleteAttribute("The MapItem property is obsolete as it has been superceded by the MapItems property which can store multiple MapItem objects.")]
public MapItem MapItem { get; set; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("The MapItem property is obsolete as it has been superceded by the MapItems property which can store multiple MapItem objects.")> _
Public Property MapItem As MapItem |
Field Value
A MapItem located at the coordinates of the current mouse click.
See Also