Gets a collection of temporary graphics that have been added to the display.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public GraphicCollection Graphics { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Graphics As GraphicCollection |
Field Value
A GraphicCollection containing temporary graphics that have been added to the display; the collection will be empty if no temporary graphics have been added.Remarks
This property controls the display of temporary graphics in the map; adding a visible Graphic to MapDisplay.Graphics collection will draw the associated geometry
and symbol on the map above all other map content. A Graphic added to the map in this way is temporary: it is not persisted to a map file (.nmf) when the map is saved.