ArcObjects Library Reference (ArcGlobe)  

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