Returns the number of groups in the document.
Rhino.GroupCount ()
None.
Number |
The number of groups if successful. |
Null |
If not successful, or on error. |
Dim intNumGroups
intNumGroups = Rhino.GroupCount
Rhino.Print "Group count: " & CStr(intNumGroups)