User Tools

Site Tools


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

Table of Contents

TGIS_Shape.ImportFromJSON method

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

Import the JSON into the current shape.

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

Syntax

// C#
public virtual void ImportFromJSON(
  string _json
);
' VisualBasic
Public Overridable Sub ImportFromJSON(
  ByVal _json As String
)
// Oxygene
public
  procedure ImportFromJSON(
    _json : String
  ); virtual;

Parameters

Name Type Description
_json string
String
JSON text

Remarks

Internally it uses CreateFromJSON method. If JSON is a different type, the shape will be reset.

2022/11/16 01:35

Page Tools