User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.importfromgml_string

Table of Contents

TGIS_Shape.ImportFromGML method

DK11 for Python | tatukgis.pdk.TGIS_Shape.ImportFromGML | Constructors | Methods | Properties

Import the GML into the current shape.

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

Syntax

# Python
def ImportFromGML(
  self,
  _gml: str
) -> None: 

Parameters

Name Type Description
_gml str GML text

Remarks

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

2023/08/09 01:59

Page Tools