RhinoObjectGetGroupList Method |
Rhino 5 for Windows
Allocates an array of group indices of length GroupCount.
If
GroupCount is 0, then this method returns null.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic int[] GetGroupList()
Public Function GetGroupList As Integer()
Return Value
Type:
Int32An array of group indices, or null if
GroupCount is 0.
See Also