Click or drag to resize

GroupTableRemapObjects Method (IEnumerableRhinoObject)

Remaps an enumeration of Rhino objects to new groups.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.16
Syntax
public int RemapObjects(
	IEnumerable<RhinoObject> rhinoObjects
)

Parameters

rhinoObjects
Type: System.Collections.GenericIEnumerableRhinoObject
The enumeration of Rhino objects.

Return Value

Type: Int32
The number of Rhino objects that were modified.
Remarks
In some situations, a bunch of Rhino objects are copied, new groups need to be created. This method handles the details.
See Also