DK11 for Python | tatukgis.pdk.TGIS_LayerVector.ExportLayer | Overloads | Constructors | Methods | Properties | Events
Exports the layer.
# Python def ExportLayer( self _layer: tatukgis.pdk.TGIS_LayerVector _extent: tatukgis.pdk.TGIS_Extent _type: tatukgis.pdk.TGIS_ShapeType _scope: str _truncated: bool ) -> None:
Name | Type | Description |
---|---|---|
_layer | tatukgis.pdk.TGIS_LayerVector | layer to be exported to |
_extent | tatukgis.pdk.TGIS_Extent | starting extent of layer - can't be zero sized |
_type | tatukgis.pdk.TGIS_ShapeType | shape type supported by a layer; if gistypeUnknown is used then export will try to recognize shape on its own; |
_scope | str | SQL query for which shape will be exported |
_truncated | bool | if True, then all shapes will be truncated in _extent; if False, only the shape visible in _extent will be exported ; |