ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pVisible
);
[C++]

Parameters

pVisible [out, retval]   pVisible is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerInfo Interface