The Graphic property is obsolete, as it has been superceded by the Graphics property which can store multiple Graphic 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 Graphic property is obsolete, as it has been superceded by the Graphics property which can store multiple Graphic objects.")]
public Graphic Graphic { get; set; } |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("The Graphic property is obsolete, as it has been superceded by the Graphics property which can store multiple Graphic objects.")> _
Public Property Graphic As Graphic |
Field Value
A Graphic located at the coordinates of the current mouse click.
See Also