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


IAGAnimationContainer.IsGestureEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.IsGestureEnabled Property
ArcGIS Developer Help

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(
  Boolean* pbGestureEnabled
);
[C++]
HRESULT put_IsGestureEnabled(
  VARIANT_BOOL pbGestureEnabled
);
[C++]
Parameters
pbGestureEnabled [out, retval]

pbGestureEnabled is a parameter of type bool* pbGestureEnabled [in]
pbGestureEnabled is a parameter of type bool

Product Availability

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

See Also

IAGAnimationContainer Interface