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.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family