This document is archived and information here might be outdated. Recommended version. |
The default position of the tool panel.
[Visual Basic .NET]
Public Sub GetDefaultPos ( _
ByRef Left As Integer, _
ByRef Top As Integer _
)
[C#]
public void GetDefaultPos (
ref int Left,
ref int Top
);
[C++]
HRESULT GetDefaultPos(
System.Int32* Left,
System.Int32* Top
);
[C++] Parameters Left [out]
Left is a parameter of type long* Top [out]
Top is a parameter of type long*
The default position in screen coordinates of the ControlsGlobeOrbitalFlyTool navigation panel. By default left is -1 and top is -1, indicating the navigation panel will display positioned to the top left of the IGlobeViewer object the ControlsGlobeOrbitalFlyTool is working with.