Click or drag to resize

GroupTableGroupMembers Method

Gets an array of all of the objects in a group.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject[] GroupMembers(
	int groupIndex
)

Parameters

groupIndex
Type: SystemInt32
The index of the group in this table.

Return Value

Type: RhinoObject
An array with all the objects in the specified group.
See Also