GroupTableAddToGroup Method (Int32, IEnumerableGuid) |
Adds a list of objects to an existing group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also