User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_hierarchygroup.deletegroup_string

Table of Contents

IGIS_HierarchyGroup.DeleteGroup method

DK for .NET | TatukGIS.NDK.IGIS_HierarchyGroup.DeleteGroup | Methods | Properties

Delete a group from the group list.

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

Syntax

// C#
public void DeleteGroup(
  string _name
);
' VisualBasic
Public Sub DeleteGroup(
  ByVal _name As String
)
// Oxygene
public
  procedure DeleteGroup(
    _name : String
  );

Parameters

Name Type Description
_name string
String
group name
2025/01/31 01:14

Page Tools