ArcGIS Pro 2.9 API Reference Guide
FromJson Method (RasterColormap)

ArcGIS.Core.CIM Namespace > RasterColormap Class : FromJson Method
The JSON string containing the RasterColormap state.
Reconstructs the RasterColormap with a specified state from a JSON encoding.
Syntax
public static RasterColormap FromJson( 
   string json
)
Public Shared Function FromJson( _
   ByVal json As String _
) As RasterColormap

Parameters

json
The JSON string containing the RasterColormap state.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RasterColormap Class
RasterColormap Members