Converts a map into an ArcGIS JSON representation.
Namespace:
Esri.ArcGISRuntime.Mapping
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0
SyntaxPublic Function ToJson As String
Return Value
Type:
StringA string that is the JSON value for the map.
Remarks
This method will return null if an error occurs while converting map to its ArcGIS JSON representation.
See Also