This document is archived and information here might be outdated.  Recommended version.


IGlobeDisplayLayers.ParentsAreVisible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.ParentsAreVisible Property
ArcGIS Developer Help

IGlobeDisplayLayers.ParentsAreVisible Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplayLayers Interface