This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IO > IOrbitalFlyTool Interface > IOrbitalFlyTool.GetDefaultPos Method (ArcObjects .NET 10.5 SDK) |
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
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.