GroupTable.AddToGroup Method (Int32, IEnumerable(Guid))

GroupTableAddToGroup Method (Int32, IEnumerableGuid)

Adds a list of objects to an existing group.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool AddToGroup(
	int groupIndex,
	IEnumerable<Guid> objectIds
)
Public Function AddToGroup ( 
	groupIndex As Integer,
	objectIds As IEnumerable(Of Guid)
) As Boolean

Parameters

groupIndex
Type: SystemInt32
The group index value.
objectIds
Type: System.Collections.GenericIEnumerableGuid
An array, a list or any enumerable set of IDs to objects.

Return Value

Type: Boolean
true if at least an operation was successful.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also