This document is archived and information here might be outdated. Recommended version. |
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
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.