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


IGraphicTracker.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.Initialize Method
ArcGIS Developer Help

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 IUnknown

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