ArcObjects Library Reference (Controls)  

IOrbitalFlyTool.GetDefaultPos Method

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(
  long* Left,
  long* Top
);
[C++]

Parameters

Left [out]   Left is a parameter of type long Top [out]   Top is a parameter of type long

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IOrbitalFlyTool Interface