ArcObjects Library Reference (ArcGlobe)  

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