GroupTableGroupMembers Method |
Gets an array of all of the objects in a group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also