ESRI.ArcGIS.ADF.Web
FromJson Method
See Also 
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

See Also

© 2010 All Rights Reserved.