User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchymanager.insertgroup_igis_hierarchygroup_integer

Table of Contents

IGIS_HierarchyManager.InsertGroup method

DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager.InsertGroup | Methods | Properties

Add existing group to another group at indexed position.

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

Syntax

// C#
public void InsertGroup(
  IGIS_HierarchyGroup _group,
  int _index
);
' VisualBasic
Public Sub InsertGroup(
  ByVal _group As IGIS_HierarchyGroup,
  ByVal _index As Integer
)
// Oxygene
public
  procedure InsertGroup(
    _group : IGIS_HierarchyGroup;
    _index : Integer
  );

Parameters

Name Type Description
_group IGIS_HierarchyGroup group handle
_index int
Integer
insert position

Remarks

This method doesn't move a group and should be used to insert new groups.

2025/01/31 01:03

Page Tools