Gets a collection containing all the Graphic objects that were clicked.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public ReadOnlyCollection<Graphic> Graphics { get; }
Visual Basic (Declaration)
Public ReadOnly Property Graphics As ReadOnlyCollection(Of Graphic)

Field Value

A ReadOnlyCollection object containing Graphic objects, each of which represents a shape with associated symbology that has been clicked.

Remarks

All the graphics which are located at the clicked location will be returned by this property. It supercedes the Graphic property which could only store a single Graphic.

Version Information: This property is supported from version 2.0.0.1500.

See Also