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


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

ITrackingTextLabel.Visible Property

Indicates whether or not the text label is visible when drawing events on the map.

[Visual Basic .NET]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
  Boolean* pbvarVisible
);
[C++]
HRESULT put_Visible(
  VARIANT_BOOL pbvarVisible
);
[C++]
Parameters
pbvarVisible [out, retval]

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

Product Availability

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

See Also

ITrackingTextLabel Interface