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


IOrbitalFlyTool.FlyToolOnly 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.FlyToolOnly Method
ArcGIS Developer Help

IOrbitalFlyTool.FlyToolOnly Method

Suppresses the pivot and zoom functionality.

[Visual Basic .NET]
Public Sub FlyToolOnly ( _
    ByVal bFlyOnly As Boolean _
)
[C#]
public void FlyToolOnly (
    bool bFlyOnly
);
[C++]
HRESULT FlyToolOnly(
  VARIANT_BOOL bFlyOnly
);
[C++]
Parameters
bFlyOnly [in]

bFlyOnly is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

Use the FlyToolOnly method to control whether pivoting and zooming are disabled in the ControlsGlobeOrbitalFlyTool, and only flying is supported.

See Also

IOrbitalFlyTool Interface