User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.attachlayer_tgis_layerabstract

Table of Contents

IGIS_Viewer.AttachLayer method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.AttachLayer | Methods | Properties

Attach layer to the viewer by re-parenting.

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

Syntax

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

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/16 01:17

Page Tools