User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchygroup.insertlayer_itgis_layerabstract_integer

Table of Contents

IGIS_HierarchyGroup.InsertLayer method

DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup.InsertLayer | Methods | Properties

Insert a layer into the group at the specified index.

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

Syntax

// C#
public void InsertLayer(
  ITGIS_LayerAbstract _layer,
  int _index
);
' VisualBasic
Public Sub InsertLayer(
  ByVal _layer As ITGIS_LayerAbstract,
  ByVal _index As Integer
)
// Oxygene
public
  procedure InsertLayer(
    _layer : ITGIS_LayerAbstract;
    _index : Integer
  );

Parameters

Name Type Description
_layer ITGIS_LayerAbstract Layer handle.
_index int
Integer
Insert index.
2026/07/11 00:07

Page Tools