DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.ExportLayer | Methods | Properties
Exports the layer.
// C# public void ExportLayer( ITGIS_LayerVector _layer, ITGIS_Extent _extent, TGIS_ShapeType _type, WideString _scope, WordBool _truncated );
' VisualBasic Public Sub ExportLayer( ByVal _layer As ITGIS_LayerVector, ByVal _extent As ITGIS_Extent, ByVal _type As TGIS_ShapeType, ByVal _scope As WideString, ByVal _truncated As WordBool )
// Oxygene public procedure ExportLayer( _layer : ITGIS_LayerVector; _extent : ITGIS_Extent; _type : TGIS_ShapeType; _scope : WideString; _truncated : WordBool );
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerVector | layer to be exported to |
_extent | ITGIS_Extent | starting extent of layer - can't be zero sized |
_type | TGIS_ShapeType | shape type supported by a layer; if gistypeUnknown is used then export will try to recognize shape on its own; |
_scope | WideString | SQL query for which shape will be exported |
_truncated | WordBool | if True, then all shapes will be truncated in _extent; if False, only the shape visible in _extent will be exported ; |
Here is a simple procedure to export a layer.