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


ILayerVisible Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILayerVisible Interface
ArcGIS Developer Help

ILayerVisible Interface

Provides access to members that control the layer visibility.

Product Availability

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

Description

ILayerVisible is implemented by the multilayer symbol objects: MultiLayerFillSymbol, MultiLayerMarkerSymbol and MultiLayerLineSymbol.

Members

Name Description
Read/write property LayerVisible Indicates if the layer at the specified index is visible.
Method SetAllVisible Indicates if all the layers are visible or invisible.

Classes that implement ILayerVisible

Classes Description
MultiLayerFillSymbol A fill symbol that contains one or more layers.
MultiLayerLineSymbol A line symbol that contains one or more layers.
MultiLayerMarkerSymbol A marker symbol that contains one or more layers.