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


IOrbitalFlyTool.GetDefaultPos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IO > IOrbitalFlyTool Interface > IOrbitalFlyTool.GetDefaultPos Method
ArcGIS Developer Help

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(
  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*

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