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


IGraphicFeatureLayer2.Visible Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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

Parameters Visible [out, retval] Visible is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGraphicFeatureLayer2 Interface