Click or drag to resize

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
)

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.
See Also