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

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

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also