User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.importfromgml_widestring

Table of Contents

ITGIS_Shape.ImportFromGML method

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

Import the GML into the current shape.

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

Syntax

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

Parameters

Name Type Description
_gml WideString GML text

Remarks

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

2022/11/16 01:11

Page Tools