![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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
Use the FlyToolOnly method to control whether pivoting and zooming are disabled in the ControlsGlobeOrbitalFlyTool, and only flying is supported.