User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.createfromjson_string

Table of Contents

TGIS_Shape.CreateFromJSON method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.CreateFromJSON | Constructors | Fields | Methods | Properties

Create the shape from JSON.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual TGIS_Shape CreateFromJSON(
  string _json
);
' VisualBasic
Public Overridable Function CreateFromJSON(
  ByVal _json As String
) As TGIS_Shape
// Oxygene
public
  function CreateFromJSON(
    _json : String
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_json string
String
JSON text

Result

Type Description
TGIS_Shape Newly created shape.
2022/11/16 01:35

Page Tools