ObjectAttributesAddToGroup Method |
Adds object to the group with specified index by appending index to
group list.
If the object is already in group, nothing is changed.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void AddToGroup(
int groupIndex
)
Public Sub AddToGroup (
groupIndex As Integer
)
Parameters
- groupIndex
- Type: SystemInt32
The index that will be added.
See Also