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


ITimeControl.SetVisible Method (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.SetVisible Method
ArcGIS Developer Help

ITimeControl.SetVisible Method

Sets object to display during playback as a visible item on the map.

[Visual Basic .NET]
Public Sub SetVisible ( _
    ByVal hParentWindow As Integer, _
    ByVal bvarVisible As Boolean _
)
[C#]
public void SetVisible (
    int hParentWindow,
    bool bvarVisible
);
[C++]
HRESULT SetVisible(
  long hParentWindow,
  VARIANT_BOOL bvarVisible
);
[C++]
Parameters
hParentWindow [in]

hParentWindow is a parameter of type long bvarVisible [in]
bvarVisible 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