This document is archived and information here might be outdated.  Recommended version.


ITemporalLayer.ShowTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.ShowTips Property
ArcGIS Developer Help

ITemporalLayer.ShowTips Property

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(
  Boolean* show
);
[C++]
HRESULT put_ShowTips(
  VARIANT_BOOL show
);
[C++]
Parameters
show [out, retval]

show is a parameter of type bool* show [in]
show is a parameter of type bool

Product Availability

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

See Also

ITemporalLayer Interface