User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchymanager.movegroup_widestring_widestring

Table of Contents

IGIS_HierarchyManager.MoveGroup method

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

Move a group to another group.

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

Syntax

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

Parameters

Name Type Description
_source WideString source group name
_target WideString target group name

Remarks

The group is removed from its current parent and added to the target group.

2026/07/11 00:07

Page Tools