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 to the group as index position.

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
2025/01/31 01:03

Page Tools