DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup | Interfaces | Methods | Properties
Interface representing a hierarchy group that organizes layers and nested subgroups.
// C# public interface IGIS_HierarchyGroup: ITBaseObject { }
' VisualBasic Public Interface IGIS_HierarchyGroup Implements ITBaseObject End Class
// Oxygene type IGIS_HierarchyGroup = public interface( ITBaseObject ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| AddGroup | public | Add a subgroup to the group list. | |
| AddLayer | public | Add a layer to this hierarchy group. | |
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| ClearGroups | public | Delete all subgroups. | |
| CreateGroup | public | Create a new subgroup for this group. | |
| DeleteGroup | public | Delete a subgroup from the group list. | |
| DeleteLayer | public | Delete a layer from this hierarchy group. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| InsertGroup | public | Insert a subgroup into the group list at the specified index. | |
| InsertLayer | public | Insert a layer into the group at the specified index. | |
| RemoveGroup | public | Remove a subgroup from the group list. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Active | public | Indicates whether the group is active. | |
| Caption | public | Group caption. | |
| Collapsed | public | Indicates whether the group is collapsed. | |
| Groups | public | Get a subgroup by index or name. | |
| GroupsCount | public | Number of subgroups. | |
| GUID | public | Group unique identifier. | |
| IsModified | public | Indicates whether the group has been modified. | |
| Layers | public | Get a layer by index. | |
| LayersCount | public | Number of layers in the group. | |
| Manager | public | Hierarchy manager that owns this group. | |
| Name | public | Group name. | |
| ParentGroup | public | Parent group. | |