This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.IsGestureEnabled Property (ArcObjects .NET 10.4 SDK) |
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