This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.SetVisible Method (ArcObjects .NET 10.4 SDK) |
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 VARIANT_BOOL