This document is archived and information here might be outdated. Recommended version. |
Indicates if a network renderer at the specific position is visible.
[Visual Basic .NET] Public Function get_Visible ( _ ByVal Index As Integer _ ) As Boolean
[Visual Basic .NET] Public Sub set_Visible ( _ ByVal Index As Integer, _ ByVal Visible As Boolean _ )
[C#] public bool get_Visible ( int Index );
[C#] public void set_Visible ( int Index, bool Visible );
[C++]
HRESULT get_Visible(
long Index,
Boolean* Visible
);
[C++]
HRESULT put_Visible(
long Index,
VARIANT_BOOL Visible
);
[C++]
Parameters Index [in]
Index is a parameter of type long Visible [out, retval]
Visible is a parameter of type bool* Index [in]
Index is a parameter of type long Visible [in]
Visible is a parameter of type bool