User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.importfromjson_widestring

Table of Contents

ITGIS_Shape.ImportFromJSON method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromJSON | Methods | Properties

Import the JSON into the current shape.

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

Syntax

// C#
public void ImportFromJSON(
  WideString _json
);
' VisualBasic
Public Sub ImportFromJSON(
  ByVal _json As WideString
)
// Oxygene
public
  procedure ImportFromJSON(
    _json : WideString
  );

Parameters

Name Type Description
_json WideString JSON text

Remarks

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

2022/11/16 01:11

Page Tools