DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup | Interfaces | Methods | Properties
Hierarchy group class.
// 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 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. | |
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. | |