This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.ParentsAreVisible Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* Visible
);
[C++]
Parameters pLayer [in]
pLayer is a parameter of type ILayer Visible [out, retval] Visible is a parameter of type VARIANT_BOOL