ArcObjects Library Reference (ArcGlobe)  

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