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

In This Topic
    FromJson Method (CIMLayout)
    In This Topic
    Reconstructs the CIMLayout with a specified state from a JSON encoding.
    Syntax
    public new static CIMLayout FromJson( 
       string json,
       JsonDeserializationSettings settings
    )
    Public Shared Shadows Function FromJson( _
       ByVal json As String, _
       Optional ByVal settings As JsonDeserializationSettings _
    ) As CIMLayout

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also