This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.ShowTips Property (ArcObjects .NET 10.4 SDK) |
Indicates if the layer shows map tips.
[Visual Basic .NET] Public Property ShowTips As Boolean
[C#] public bool ShowTips {get; set;}
[C++]
HRESULT get_ShowTips(
VARIANT_BOOL* show
);
[C++]
HRESULT put_ShowTips(
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