ESRI.ArcGIS.ADF.Web
FromJson Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > SimpleFillSymbol Class : FromJson Method




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

Syntax

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

Parameters

deserializedJson
Deserialized JSON string with symbol properties

See Also

© 2010 All Rights Reserved.