ObjectTable.FindByGroup Method

ObjectTableFindByGroup Method

Finds all RhinoObjects that are in a given group.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RhinoObject[] FindByGroup(
	int groupIndex
)
Public Function FindByGroup ( 
	groupIndex As Integer
) As RhinoObject()

Parameters

groupIndex
Type: SystemInt32
Index of group to search for.

Return Value

Type: RhinoObject
An array of objects that belong to the specified group or null if no objects could be found.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also