User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.attachlayer_tgis_layerabstract

Table of Contents

TGIS_Viewer.AttachLayer method

DK11 for Delphi | GisViewer.TGIS_Viewer.AttachLayer | Constructors | Fields | Methods | Properties | Events

Attach layer to the viewer by re-parenting.

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

Syntax

Implements IGIS_Viewer.AttachLayer.

// Delphi
public
  function AttachLayer(
    const _layer : TGIS_LayerAbstract
  ) : IGIS_Viewer;
// C++ Builder
public:
  IGIS_Viewer* AttachLayer(
    TGIS_LayerAbstract* const _layer
  );

Parameters

Name Type Description
_layer TGIS_LayerAbstract layer to be attached

Result

Type Description
IGIS_Viewer Previous parent.

Remarks

Only for internal use of TatukGIS.

2022/11/30 19:19

Page Tools