GroupTableAddToGroup Method (Int32, Guid) |
Adds an object to an existing group.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool AddToGroup(
int groupIndex,
Guid objectId
)
Public Function AddToGroup (
groupIndex As Integer,
objectId As Guid
) As Boolean
Parameters
- groupIndex
- Type: SystemInt32
The group index value. - objectId
- Type: SystemGuid
An ID of an object.
Return Value
Type:
Booleantrue if the operation was successful.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also