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

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

    Parameters

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

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also