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
)
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.
See Also