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 > ITemporalLegendGroup Interface > ITemporalLegendGroup.Visible Property (ArcObjects .NET 10.5 SDK) |
Indicates if the group is displayed.
[Visual Basic .NET] Public Property Visible As Boolean
[C#] public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
VARIANT_BOOL* Visible
);
[C++]
HRESULT put_Visible(
VARIANT_BOOL Visible
);
[C++]
Parameters Visible [out, retval] Visible is a parameter of type VARIANT_BOOL Visible [in] Visible is a parameter of type VARIANT_BOOL