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


IAGAnimationContainer.IsGestureEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationContainer.IsGestureEnabled Property

Indicates if interactive gestures are enabled.

[Visual Basic .NET]
Public Property IsGestureEnabled As Boolean
[C#]
public bool IsGestureEnabled {get; set;}
[C++]
HRESULT get_IsGestureEnabled(
  VARIANT_BOOL* pbGestureEnabled
);
[C++]
HRESULT put_IsGestureEnabled(
  VARIANT_BOOL pbGestureEnabled
);
[C++]

Parameters pbGestureEnabled [out, retval] pbGestureEnabled is a parameter of type VARIANT_BOOL pbGestureEnabled [in] pbGestureEnabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationContainer Interface