RhinoObject.GetGroupList Method

RhinoObjectGetGroupList Method

Allocates an array of group indices of length GroupCount. If GroupCount is 0, then this method returns null.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int[] GetGroupList()
Public Function GetGroupList As Integer()

Return Value

Type: Int32
An array of group indices, or null if GroupCount is 0.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also