ArcObjects Library Reference  (3DAnalyst)    

I3DViewer.GestureSensitivity Property

The gesture sensitivity as indicated by number of pixels.

[Visual Basic 6.0]
Property GestureSensitivity As Long
[Visual Basic .NET]
Public Property GestureSensitivity As Integer
[C#]
public int GestureSensitivity {get; set;}
[Java]
public  getGestureSensitivity (
    Long pcPixels
)
[Java]
public void setGestureSensitivity(
    Long pcPixels
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_GestureSensitivity(
  long* pcPixels
);
[C++]
HRESULT put_GestureSensitivity(
  long pcPixels

);

[C++]

Parameters

pcPixels [out, retval]

  pcPixels is a parameter of type long

pcPixels [in]

  pcPixels is a parameter of type long

Product Availability

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

See Also

I3DViewer Interface

 


Feedback Send feedback on this page