ArcObjects Library Reference  (3DAnalyst)    

I3DViewer.GestureEnabled Property

Indicates if gesturing is enabled.

[Visual Basic 6.0]
Property GestureEnabled As Boolean
[Visual Basic .NET]
Public Property GestureEnabled As Boolean
[C#]
public bool GestureEnabled {get; set;}
[Java]
public  getGestureEnabled (
    boolean pbEnabled
)
[Java]
public void setGestureEnabled(
    boolean pbEnabled
)
throws
    IOException,
    AutomationException
[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

I3DViewer Interface

 


Feedback Send feedback on this page