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

json
The FeatureSet JSON.
Creates a FeatureSet from a string in JSON format.

Syntax

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

Parameters

json
The FeatureSet JSON.

Return Value

The deserialized FeatureSet.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.