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. Requires 3D Analyst Extension.
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.