User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_hierarchygroup.insertlayer_tgis_layerabstract_integer

Table of Contents

IGIS_HierarchyGroup.InsertLayer method

DK11 for Delphi | GisInterfaces.IGIS_HierarchyGroup.InsertLayer | Methods | Properties

Insert a layer to the group as index position.

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

Page Tools