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 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

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

2025/01/31 01:03

Page Tools