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


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

IGraphicFeatureLayer2.Visible Property

Indicates whether the layer is visible as defined in the TOC (i.e. marked on).

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

Visible is a parameter of type bool*

Product Availability

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

See Also

IGraphicFeatureLayer2 Interface