ArcGIS Runtime SDK for WPF - Library Reference
SetLayerVisibility Method
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISDynamicMapServiceLayer Class : SetLayerVisibility Method

layerID
The sublayer ID.
visible
The sublayer visibility.
Sets the sublayer visibility.

Syntax

Visual Basic (Declaration) 
Public Sub SetLayerVisibility( _
   ByVal layerID As Integer, _
   ByVal visible As Boolean _
) 
C# 
public void SetLayerVisibility( 
   int layerID,
   bool visible
)

Parameters

layerID
The sublayer ID.
visible
The sublayer visibility.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.