This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer Interface > ITemporalRenderer.ShowObservationLegendGroup Property (ArcObjects .NET 10.5 SDK) |
Controls whether or not the observation legend is drawn in the table of contents.
[Visual Basic .NET] Public Property ShowObservationLegendGroup As Boolean
[C#] public bool ShowObservationLegendGroup {get; set;}
[C++]
HRESULT get_ShowObservationLegendGroup(
VARIANT_BOOL* pbShowObservations
);
[C++]
HRESULT put_ShowObservationLegendGroup(
VARIANT_BOOL pbShowObservations
);
[C++]
Parameters pbShowObservations [out, retval] pbShowObservations is a parameter of type VARIANT_BOOL pbShowObservations [in] pbShowObservations is a parameter of type VARIANT_BOOL