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


IGMxApplication.RestoreGesture Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxApplication Interface > IGMxApplication.RestoreGesture Method
ArcGIS Developer Help

IGMxApplication.RestoreGesture Method

Restores gesture.

[Visual Basic .NET]
Public Sub RestoreGesture ( _
)
[C#]
public void RestoreGesture (
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Description

RestoreGesture restores the animated rotation gesture. This method allows you to restore the animated rotation when the Navigate tool is chosen after a different tool such as the Fly tool was chosen.

See Also

IGMxApplication Interface