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


IViewers3D.GestureEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IViewers3D.GestureEnabled Property

Indicates if the mouse gestures are supported.

[Visual Basic .NET]
Public Property GestureEnabled As Boolean
[C#]
public bool GestureEnabled {get; set;}
[C++]
HRESULT get_GestureEnabled(
  VARIANT_BOOL* pbEnabled
);
[C++]
HRESULT put_GestureEnabled(
  VARIANT_BOOL pbEnabled
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IViewers3D Interface