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


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

IGMxApplication.SuspendGesture Method

Suspends gesture.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Remarks

SuspendGesture suspends the animated rotation gesture. This method allows you to suspend the animated rotation (enabled with the Navigate tool) when a different tool such as the Fly tool is chosen.

See Also

IGMxApplication Interface