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

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

    Parameters

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

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also