This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLabel Interface > ITrackingLabel.Visible Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the tracking label is visible on the map display.
[Visual Basic .NET] Public Property Visible As Boolean
[C#] public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
VARIANT_BOOL* pbvarVisible
);
[C++]
HRESULT put_Visible(
VARIANT_BOOL pbvarVisible
);
[C++]
Parameters pbvarVisible [out, retval] pbvarVisible is a parameter of type VARIANT_BOOL pbvarVisible [in] pbvarVisible is a parameter of type VARIANT_BOOL