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


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

ITemporalRenderer.ShowTimeLegendGroup Property

Controls access to the time legend group.

[Visual Basic .NET]
Public Property ShowTimeLegendGroup As Boolean
[C#]
public bool ShowTimeLegendGroup {get; set;}
[C++]
HRESULT get_ShowTimeLegendGroup(
  Boolean* pbShowTimeLegends
);
[C++]
HRESULT put_ShowTimeLegendGroup(
  VARIANT_BOOL pbShowTimeLegends
);
[C++]
Parameters
pbShowTimeLegends [out, retval]

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

Product Availability

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

See Also

ITemporalRenderer Interface