User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.createfromjson_widestring

Table of Contents

ITGIS_Shape.CreateFromJSON method

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

Create the shape from JSON.

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

Syntax

// C#
public ITGIS_Shape CreateFromJSON(
  WideString _json
);
' VisualBasic
Public Function CreateFromJSON(
  ByVal _json As WideString
) As ITGIS_Shape
// Oxygene
public
  function CreateFromJSON(
    _json : WideString
  ) : ITGIS_Shape;

Parameters

Name Type Description
_json WideString JSON text

Result

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

Page Tools