DK for Delphi | GisInterfaces.IGIS_HierarchyGroup | Interfaces | Methods | Properties
Hierarchy group class.
// 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 { };
IInterface
| 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. | |
| 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. | |
| GUID | public | Group unique identifier. | |
| 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. | |