DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager.MoveGroupEx | Methods | Properties
Move a group to another group at the specified position.
// C# public void MoveGroupEx( WideString _source, WideString _target, int _index );
' VisualBasic Public Sub MoveGroupEx( ByVal _source As WideString, ByVal _target As WideString, ByVal _index As Integer )
// Oxygene public procedure MoveGroupEx( _source : WideString; _target : WideString; _index : Integer );
| Name | Type | Description |
|---|---|---|
| _source | WideString | source group name |
| _target | WideString | target group name |
| _index | int Integer | insert position; if -1, the group is added last |
The group is removed from its current parent and inserted into the target group.