Adds a new empty group to the document.
Rhino.AddGroup ([strGroup])
strGroup |
Optional. String. The name of the new group. If omitted, Rhino automatically generates the group name. |
String |
The name of the new group if successful. |
Null |
If not successful, or on error. |
Dim strGroup
strGroup = Rhino.AddGroup("NewGroup")