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

layerName
Finds the metadata about a layer specified by its layer name in the LocalFeatureService

Syntax

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

Parameters

layerName

Return Value

A list representing the layer details of the specified layer in the LocalFeatureService.

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.