ArcGIS Runtime SDK for WPF - Library Reference
FindMapLayerDetails(String) Method
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalMapService Class > FindMapLayerDetails Method : FindMapLayerDetails(String) Method

layerName
The name of the layer within the map service.
Gets the LayerDetails for a given map layer within the local map service.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindMapLayerDetails( _
   ByVal layerName As String _
) As LayerDetails
C# 
public LayerDetails FindMapLayerDetails( 
   string layerName
)

Parameters

layerName
The name of the layer within the map service.

Return Value

A LayerDetails object.

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.