ESRI.ArcGIS.ADF.Web
FromJson Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > IClientSymbol Interface : FromJson Method




deserializedJson
Deserialized JSON string with symbol properties
Populates symbol properties using JSON string. Use Symbol.CreateFromJson to deserialize from string into an symbol instance of the type specified in the JSON string.

Syntax

Visual Basic (Declaration) 
Sub FromJson( _
   ByVal deserializedJson As IDictionary(Of String,Object) _
) 
Visual Basic (Usage)Copy Code
Dim instance As IClientSymbol
Dim deserializedJson As IDictionary(Of String,Object)
 
instance.FromJson(deserializedJson)
C# 
void FromJson( 
   IDictionary<string,object> deserializedJson
)

Parameters

deserializedJson
Deserialized JSON string with symbol properties

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.