RhinoCommon API
GroupTableAddToGroup Method (Int32, IEnumerableGuid) |
Adds a list of objects to an existing group.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)

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: Booleantrue if at least an operation was successful.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14