DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager.InsertGroup | Methods | Properties
Add existing group to another group at indexed position.
// C# public void InsertGroup( IGIS_HierarchyGroup _group, int _index );
' VisualBasic Public Sub InsertGroup( ByVal _group As IGIS_HierarchyGroup, ByVal _index As Integer )
// Oxygene public procedure InsertGroup( _group : IGIS_HierarchyGroup; _index : Integer );
Name | Type | Description |
---|---|---|
_group | IGIS_HierarchyGroup | group handle |
_index | int Integer | insert position |
This method doesn't move a group and should be used to insert new groups.