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


ITimeControl.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 > ITimeControl Interface > ITimeControl.Visible Property
ArcGIS Developer Help

ITimeControl.Visible Property

Indicates whether or not object is visible during playback.

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

pbvarVisible is a parameter of type bool*

Product Availability

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

See Also

ITimeControl Interface