DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager.MoveGroup | Methods | Properties
Move group to another group.
// C# public void MoveGroup( WideString _source, WideString _target );
' VisualBasic Public Sub MoveGroup( ByVal _source As WideString, ByVal _target As WideString )
// Oxygene public procedure MoveGroup( _source : WideString; _target : WideString );
Name | Type | Description |
---|---|---|
_source | WideString | source group name |
_target | WideString | target group name |
A group will be removed from _source parent and moved to _target group.