This document is archived and information here might be outdated. Recommended version. |
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