This document is archived and information here might be outdated.  Recommended version.


IGraphicTracker.Initialize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EngineCore)  

IGraphicTracker.Initialize Method

Sets the Map or Globe that will be used to render the Graphic Tracker.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal pMapOrGlobe As Object _
)
[C#]
public void Initialize (
    object pMapOrGlobe
);
[C++]
HRESULT Initialize(
  LPUNKNOWN pMapOrGlobe
);
[C++]

Parameters pMapOrGlobe [in] pMapOrGlobe is a parameter of type LPUNKNOWN

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Initializes the Graphic Tracker to use either a map or globe. In 2D, setting a reference scale to the map will set it to the GT as well.

See Also

IGraphicTracker Interface

.NET Samples

RSS weather GraphicTracker (Code Files: RSSWeather)

.NET Related Topics

Using a GraphicTracker