DK11 for Python | tatukgis.pdk.TGIS_Shape.ImportFromGML | Constructors | Methods | Properties
Import the GML into the current shape.
# Python def ImportFromGML( self, _gml: str ) -> None:
Name | Type | Description |
---|---|---|
_gml | str | GML text |
Internally it uses CreateFromGML method. If GML is a different type, the shape will be reset.