RhinoCommon API
ObjectAttributesRemoveFromGroup Method |
removes object from the group with specified index.
If the object is not in the group, nothing is changed.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void RemoveFromGroup( int groupIndex )
Public Sub RemoveFromGroup ( groupIndex As Integer )
Parameters
- groupIndex
- Type: SystemInt32
The index that will be removed.
