DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromJSON | Constructors | Methods | Properties
Create the shape from JSON.
# Python def CreateFromJSON( self, _json: str ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_json | str | JSON text |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |