This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer Interface > ISceneViewer.GestureEnabled Property (ArcObjects .NET 10.5 SDK) |
Indicates if gesturing is enabled.
[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