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


IViewers3D.GestureEnabled Property (ArcObjects .NET 10.6 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(
  Boolean* pbEnabled
);
[C++]

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

Product Availability

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

See Also

IViewers3D Interface