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




deserializedJson
Deserialized JSON string with symbol properties
Not supported for this symbol type.

Syntax

Visual Basic (Declaration) 
Public Sub FromJson( _
   ByVal deserializedJson As IDictionary(Of String, Object) _
) 
Visual Basic (Usage)Copy Code
Dim instance As TrueTypeMarkerSymbol
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.