GroupTableRemapObjects Method (IEnumerableRhinoObject) |
Remaps an enumeration of Rhino objects to new groups.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.16
Syntaxpublic int RemapObjects(
IEnumerable<RhinoObject> rhinoObjects
)
Public Function RemapObjects (
rhinoObjects As IEnumerable(Of RhinoObject)
) As Integer
Parameters
- rhinoObjects
- Type: System.Collections.GenericIEnumerableRhinoObject
The enumeration of Rhino objects.
Return Value
Type:
Int32The 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