ESRI.ArcGIS.ADF.Web
ToJson Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > TextMarkerSymbol Class : ToJson Method




serverSideSerialization
When serialized for client-side use, all marker symbols will be saved as types supported on the client, e.g. simple marker symbols will be saved as raster marker symbols. Serializing for server-side use (e.g. on aspx pages) is not supported.
Creates a JSON string representing the symbol.

Syntax

Visual Basic (Declaration) 
Public Function ToJson( _
   ByVal serverSideSerialization As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As TextMarkerSymbol
Dim serverSideSerialization As Boolean
Dim value As String
 
value = instance.ToJson(serverSideSerialization)
C# 
public string ToJson( 
   bool serverSideSerialization
)

Parameters

serverSideSerialization
When serialized for client-side use, all marker symbols will be saved as types supported on the client, e.g. simple marker symbols will be saved as raster marker symbols. Serializing for server-side use (e.g. on aspx pages) is not supported.

Return Value

JSON string with symbol properties

See Also

© 2010 All Rights Reserved.