Provides access to members that set the state of a Graphic Tracker object
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Add | Adds a new graphic from the given geometry and symbol. The returned Id should be used to manage the graphic. |
![]() |
Count | Indicates the number of graphics in the collection. |
![]() |
CreateSymbol | Creates a Graphic Tracker symbol given a 2D and a 3D symbol. |
![]() |
CreateSymbolFromPath | Creates a Graphic Tracker symbol given a path to a 2D symbol and a path to a 3D symbol. |
![]() |
Highlight | Emphasizes the graphic. |
![]() |
HitTest | Returns the ID of the first graphic touched by the input window coordinates. |
![]() |
Initialize | Sets the Map or Globe that will be used to render the Graphic Tracker. |
![]() |
MoveTo | Moves the given graphic to the location specified by the input map coordinates. |
![]() |
Remove | Removes the graphic specified by the supplied ID. |
![]() |
RemoveAll | Removes all graphics from the collection. |
![]() |
Replace | Creates a new graphic which will replace the element specified by the given ID. |
![]() |
SetElevationMode | Sets the elevation mode for the given graphic. |
![]() |
SetGeometry | Sets a new geometry for the given graphic. |
![]() |
SetLabel | Sets a label for the given graphic. |
![]() |
SetOrientationMode | Sets the orientation mode for the given graphic. |
![]() |
SetPointOrientation | Sets the orientation for the given point graphic. Note that the orientation will only be applied if the graphic has its orientation mode set to esriGTOrientationFixed. |
![]() |
SetPointSymbolSize | Sets the symbol size for the given point graphic. |
![]() |
SetScaleMode | Sets the scaling mode for the given graphic. |
![]() |
SetSymbol | Sets a new symbol for the given graphic. |
![]() |
SetTextSymbol | Sets the text symbol for the given graphic. |
![]() |
SetTransparency | Sets the transparency for the given graphic. |
![]() |
SetVisible | Sets the visibility for the given graphic. |
![]() |
SuspendUpdate | Disables automatic refreshing of the display until unsuspended or until the display is explicitly refreshed. Suspending automatic refresh is ideal before bulk updates. |
CoClasses that implement IGraphicTracker
CoClasses and Classes | Description |
---|---|
GraphicTracker | A collection of Graphics that will be displayed on a Map or Globe |