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


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

IGlobeLayerInfo.Visible Property

Indicates if the layer is visible.

[Visual Basic .NET]
Public ReadOnly Property Visible As Boolean
[C#]
public bool Visible {get;}
[C++]
HRESULT get_Visible(
  Boolean* pVisible
);
[C++]
Parameters
pVisible [out, retval]

pVisible is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface