This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControlDefault Interface > ISceneControlDefault.ShowSceneTips Property (ArcObjects .NET 10.5 SDK) |
Indicates if scene tips are shown.
[Visual Basic .NET] Public Property ShowSceneTips As Boolean
[C#] public bool ShowSceneTips {get; set;}
[C++]
HRESULT get_ShowSceneTips(
VARIANT_BOOL* Show
);
[C++]
HRESULT put_ShowSceneTips(
VARIANT_BOOL Show
);
[C++]
Parameters Show [out, retval] Show is a parameter of type VARIANT_BOOL Show [in] Show is a parameter of type VARIANT_BOOL
Determines whether scene tips are displayed (if they exist) as the mouse moves over layer features. By default the ShowSceneTips property is set to false.