ProjectMoveElementsToGroup Method  | 
 
            Moves the elements to the group specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic static void MoveElementsToGroup(
	IEnumerable<IGroupableElement> elements,
	string newGroupName
)
Public Shared Sub MoveElementsToGroup ( 
	elements As IEnumerable(Of IGroupableElement),
	newGroupName As String
)
Parameters
- elements
 - Type: System.Collections.GenericIEnumerableIGroupableElement
The elements. - newGroupName
 - Type: SystemString
New name of the group. 
RemarksCall this routine from a command to be able to undo the action in 1 go.
See Also