RhinoCommon API
ObjectTableFindByGroup Method |
Finds all RhinoObjects that are in a given group.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
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: RhinoObjectAn array of objects that belong to the specified group or null if no objects could be found.