User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_hierarchygroup

Table of Contents

IGIS_HierarchyGroup interface

DK11 for Delphi | GisInterfaces.IGIS_HierarchyGroup | Interfaces | Methods | Properties

Hierarchy group class.

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

Syntax

// Delphi
type
  IGIS_HierarchyGroup = interface( IInterface )
    ['{5470EA92-9F4A-4F77-8239-7797A84AD7C0}']
  end;
// C++ Builder
__interface INTERFACE_UUID("{5470EA92-9F4A-4F77-8239-7797A84AD7C0}")
IGIS_HierarchyGroup : public IInterface
{
};

Implements

IInterface

Methods

Inherited Overrides Protected
Name Visibility Description
AddGroup public Add a sub group to the group list.
AddLayer public Add a layer to the group.
ClearGroups public Delete all sub groups.
CreateGroup public Create a new sub group for this group .
DeleteGroup public Delete a group from the group list.
DeleteLayer public Delete a layer from a group.
InsertGroup public Insert a sub group to the group list at insert index.
InsertLayer public Insert a layer to the group as index position.
RemoveGroup public Remove a group from the group list.

Properties

Inherited Protected
Name Visibility Description
Active public Is group active.
Caption public Group caption.
Collapsed public Is group collapsed.
Groups public Get group by name.
GroupsCount public Groups count.
IsModified public Is group modified.
Layers public Get layer by index.
LayersCount public Layers count.
Manager public Handle to hierarchy manager.
Name public Group name.
ParentGroup public Parent group.

2022/11/16 01:17

Page Tools