User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_hierarchymanager.insertlayer_tgis_layerabstract_integer

Table of Contents

IGIS_HierarchyManager.InsertLayer method

DK for Delphi | GisInterfaces.IGIS_HierarchyManager.InsertLayer | Methods | Properties

Add a layer to groups.

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

Syntax

// Delphi
public
  procedure InsertLayer(
    const _layer : TGIS_LayerAbstract;
    const _index : Integer
  );
// C++ Builder
public:
  void InsertLayer(
    TGIS_LayerAbstract* const _layer,
    const int _index
  ) = 0;

Parameters

Name Type Description
_layer TGIS_LayerAbstract layer handle
_index Integer insert index
2025/01/31 01:07

Page Tools