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

json
The JSON string.
Initializes a new instance of the FeatureLayer class from a JSON string.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromJson( _
   ByVal json As String _
) As FeatureLayer
C# 
public static FeatureLayer FromJson( 
   string json
)

Parameters

json
The JSON string.

Return Value

A new instance of FeatureLayer.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.