Click or drag to resize

ObjectAttributesGetGroupList Method

Returns an array of GroupCount group indices. If GroupCount is zero, then GetGroupList() returns null.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int[] GetGroupList()

Return Value

Type: Int32
An array of group indices. null might be returned in place of an empty array.
See Also