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


IGlobeDisplayLayers.IsLayerVisible 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.IsLayerVisible Property
ArcGIS Developer Help

IGlobeDisplayLayers.IsLayerVisible Property

Indicates if the layer is visible.

[Visual Basic .NET]
Public Sub set_IsLayerVisible ( _
    ByVal pLayer As ILayer, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_IsLayerVisible (
    ILayer pLayer,
    bool A_2
);
[C++]
HRESULT put_IsLayerVisible(
  ILayer* pLayer,
  VARIANT_BOOL 
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer* [in]
is a parameter of type bool

Product Availability

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

See Also

IGlobeDisplayLayers Interface