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 group to another group.

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 then will be added as last

Remarks

A group will be removed from _source parent and moved to _target group.

2025/01/31 01:03

Page Tools