ArcGIS API for Silverlight - Library Reference
ISublayerVisibilitySupport Interface
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : ISublayerVisibilitySupport Interface

Interface to implement by layers supporting the management of sublayers visibility.

Syntax

Visual Basic (Declaration) 
Public Interface ISublayerVisibilitySupport 
C# 
public interface ISublayerVisibilitySupport 

Remarks

When using this interface, a layer is displayed if its ascendants and itself are visible. Note that the ArcGISDynamicMapServiceLayer.VisibleLayers property uses another logic : if a layer is visible, all its children are displayed whatever the visibility of theirs ascendants.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.