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

id
Finds the metadata about a layer specified by its numeric layer ID in the LocalFeatureService

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindFeatureLayerDetails( _
   ByVal id As Integer _
) As LayerDetails
C# 
public LayerDetails FindFeatureLayerDetails( 
   int id
)

Parameters

id

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.