User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchymanager.movegroupex_widestring_widestring_integer

Table of Contents

IGIS_HierarchyManager.MoveGroupEx method

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

Move a group to another group at the specified position.

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

Syntax

// C#
public void MoveGroupEx(
  WideString _source,
  WideString _target,
  int _index
);
' VisualBasic
Public Sub MoveGroupEx(
  ByVal _source As WideString,
  ByVal _target As WideString,
  ByVal _index As Integer
)
// Oxygene
public
  procedure MoveGroupEx(
    _source : WideString;
    _target : WideString;
    _index : Integer
  );

Parameters

Name Type Description
_source WideString source group name
_target WideString target group name
_index int
Integer
insert position; if -1, the group is added last

Remarks

The group is removed from its current parent and inserted into the target group.

2026/07/11 00:07

Page Tools