This document is archived and information here might be outdated. Recommended version. |
Indicates if the level at the specified level number is visible.
[Visual Basic .NET]
Public Function get_LevelVisibility ( _
ByVal LevelNumber As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_LevelVisibility ( _
ByVal LevelNumber As Integer, _
ByVal Visible As Boolean _
)
[C#]
public bool get_LevelVisibility (
int LevelNumber
);
[C#]
public void set_LevelVisibility (
int LevelNumber,
bool Visible
);
[C++]
HRESULT get_LevelVisibility(
long LevelNumber,
Boolean* Visible
);
[C++]
HRESULT put_LevelVisibility(
long LevelNumber,
VARIANT_BOOL Visible
);
[C++] Parameters LevelNumber [in]
LevelNumber is a parameter of type long Visible [out, retval]
Visible is a parameter of type bool* LevelNumber [in]
LevelNumber is a parameter of type long Visible [in]
Visible is a parameter of type bool