RhinoCommon API
File3dmObjectTableFindByGroup Method |
Finds all File3dmObject that are in a given group.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.20

public File3dmObject[] FindByGroup( Group group )
Public Function FindByGroup ( group As Group ) As File3dmObject()
Parameters
- group
- Type: Rhino.DocObjectsGroup
A group instance.
Return Value
Type: File3dmObjectArray of objects that belong to the specified group or empty array if no objects could be found.

Exception | Condition |
---|---|
ArgumentNullException | If group is null. |
