This document is archived and information here might be outdated. Recommended version. |
Indicates if all parents are visible.
[Visual Basic .NET] Public Function get_ParentsAreVisible ( _ ByVal pLayer As ILayer _ ) As Boolean
[C#] public bool get_ParentsAreVisible ( ILayer pLayer );
[C++]
HRESULT get_ParentsAreVisible(
ILayer* pLayer,
Boolean* Visible
);
[C++]
Parameters pLayer [in]
pLayer is a parameter of type ILayer* Visible [out, retval]
Visible is a parameter of type bool*