ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Unit Class / CreateFromJson Method
The JSON string.

In This Topic
    CreateFromJson Method (Unit)
    In This Topic
    Creates a unit from a JSON string.
    Syntax
    public static Unit CreateFromJson( 
       string jsonString
    )
    Public Shared Function CreateFromJson( _
       ByVal jsonString As String _
    ) As Unit

    Parameters

    jsonString
    The JSON string.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also