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


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

IGlobeGraphicsLayer.IsHidden Property

The option to hide the graphics layer from the TOC and avoid persistency.

[Visual Basic .NET]
Public Property IsHidden As Boolean
[C#]
public bool IsHidden {get; set;}
[C++]
HRESULT get_IsHidden(
  VARIANT_BOOL pbHide
);
[C++]
HRESULT put_IsHidden(
  Boolean* pbHide
);
[C++]
Parameters
pbHide [in]

pbHide is a parameter of type bool pbHide [out, retval]
pbHide is a parameter of type bool*

Product Availability

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

See Also

IGlobeGraphicsLayer Interface