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 VARIANT_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.