ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMLegend Class / FromJson Method
The JSON string containing the CIMLegend state.
The JSON deserialization settings.
Version

FromJson Method (CIMLegend)
Reconstructs the CIMLegend with a specified state from a JSON encoding.
Syntax
public new static CIMLegend FromJson( 
   string json,
   JsonDeserializationSettings settings
)

Parameters

json
The JSON string containing the CIMLegend state.
settings
The JSON deserialization settings.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also