ArcGIS API for WPF - Library Reference
GetDetails Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISDynamicMapServiceLayer Class : GetDetails Method

id
The sub layer or table id.
onCompleted
The method to call when details of the sub layer or table is retrieved.
Gets the sub layer or table details.

Syntax

Visual Basic (Declaration) 
Public Sub GetDetails( _
   ByVal id As Integer, _
   ByVal onCompleted As Action(Of FeatureLayerInfo,Exception) _
) 
C# 
public void GetDetails( 
   int id,
   Action<FeatureLayerInfo,Exception> onCompleted
)

Parameters

id
The sub layer or table id.
onCompleted
The method to call when details of the sub layer or table is retrieved.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.