DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager.MoveGroupEx | Methods | Properties
Move group to another group.
// 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 then will be added as last |
A group will be removed from _source parent and moved to _target group.