User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layerpixel.exportlayer_itgis_layerpixel_itgis_extent

Table of Contents

ITGIS_LayerPixel.ExportLayer method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.ExportLayer | Methods | Properties

Export layer.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void ExportLayer(
  ITGIS_LayerPixel _layer,
  ITGIS_Extent _extent
);
' VisualBasic
Public Sub ExportLayer(
  ByVal _layer As ITGIS_LayerPixel,
  ByVal _extent As ITGIS_Extent
)
// Oxygene
public
  procedure ExportLayer(
    _layer : ITGIS_LayerPixel;
    _extent : ITGIS_Extent
  );

Parameters

Name Type Description
_layer ITGIS_LayerPixel layer to be exported to
_extent ITGIS_Extent starting extent of layer - can't be zero sized

Remarks

Remember to assign 'path' property to layer you want to export to for proper export a new layer to file.
Use this method to export a layer. To do this choose a layer to export to, and use ExportLayer method of with proper params. See an opposite method ImportLayer.

2022/11/16 01:10

Page Tools