Click here to view all files
 
Gets a collection of temporary graphics that have been added to the display.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

See Also

Relate Topics:
  Altitude Property
  AnimateMovement Property
  CoordinateSystem2D Property
  CoordinateSystem3D Property
  CurrentCoordinateSystem Property
  CurrentGeographicTransformations Property
  DisplayMode Property
  Extent Property
  GeographicTransformations2D Property
  GeographicTransformations3D Property
  IsNavigating Property
  IsStreaming Property
  IsTracking Property
  IsUpdating Property
  Map Property
  MapScale Property
  Observer Property
  Rotation Property
  Size Property
  Target Property
  TiltAngle Property
  ZoomLevel Property
Created by Atop CHM to web converter,© 2009 all right reserved.