DK11 for Python | tatukgis.pdk.TGIS_LayerVector.AddShape | Overloads | Constructors | Methods | Properties | Events
Adds a copy of shape and makes it editable.
# Python def AddShape( self _shape: tatukgis.pdk.TGIS_Shape ) -> tatukgis.pdk.TGIS_Shape:
Name | Type | Description |
---|---|---|
_shape | tatukgis.pdk.TGIS_Shape | shape to be added |
Type | Description |
---|---|
tatukgis.pdk.TGIS_Shape | Created copy of shape or nil. |