User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchygroup

Table of Contents

IGIS_HierarchyGroup interface

DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup | Interfaces | Methods | Properties

Hierarchy group class.

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

Syntax

// C#
public interface IGIS_HierarchyGroup: ITBaseObject
{
}
' VisualBasic
Public Interface IGIS_HierarchyGroup
  Implements ITBaseObject
End Class
// Oxygene
type
  IGIS_HierarchyGroup = public interface( ITBaseObject )
  end;

Implements

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.
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
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.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
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.

2025/01/31 01:03

Page Tools