ArcObjects Library Reference (GlobeCore)  

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,
  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

Product Availability

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

See Also

IGlobeDisplayLayers Interface