RhinoCommon API
GroupTableGroupMembers Method |
Gets an array of all of the objects in a group.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
public RhinoObject[] GroupMembers( int groupIndex )
Public Function GroupMembers ( groupIndex As Integer ) As RhinoObject()
Parameters
- groupIndex
- Type: SystemInt32
The index of the group in this table.
Return Value
Type: RhinoObjectAn array with all the objects in the specified group.