This document is archived and information here might be outdated. Recommended version. |
Get the visibility settings.
[Visual Basic .NET]
Public Sub GetVisibilitySettings ( _
ByRef pbOneLayer As Boolean, _
ByRef pbAppear As Boolean, _
ByRef pbReverse As Boolean _
)
[C#]
public void GetVisibilitySettings (
ref bool pbOneLayer,
ref bool pbAppear,
ref bool pbReverse
);
[C++]
HRESULT GetVisibilitySettings(
Boolean* pbOneLayer,
Boolean* pbAppear,
Boolean* pbReverse
);
[C++] Parameters pbOneLayer [out]
pbOneLayer is a parameter of type bool* pbAppear [out]
pbAppear is a parameter of type bool* pbReverse [out]
pbReverse is a parameter of type bool*