GroupTableAddToGroup Method (Int32, IEnumerableGuid) |
Adds a list of objects to an existing group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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:
Booleantrue if at least an operation was successful.
See Also