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


IGMxApplication.ClearGesture 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.ClearGesture Method
ArcGIS Developer Help

IGMxApplication.ClearGesture Method

Clears gesture.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Remarks

ClearGesture clears/disables the animated rotation gesture. This is similar to hitting the Escape key to stop the animated rotation with the Navaigate tool.

See Also

IGMxApplication Interface