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


ISceneViewer2.GestureSensitivity Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneViewer2.GestureSensitivity Property

The gesture sensitivity as indicated by number of pixels.

[Visual Basic .NET]
Public Property GestureSensitivity As Integer
[C#]
public int GestureSensitivity {get; set;}
[C++]
HRESULT get_GestureSensitivity(
  long pcPixels
);
[C++]
HRESULT put_GestureSensitivity(
  System.Int32* pcPixels
);
[C++]

Parameters pcPixels [in]
pcPixels is a parameter of type long pcPixels [out, retval]
pcPixels is a parameter of type long*

Product Availability

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

See Also

ISceneViewer2 Interface