Click or drag to resize

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
Syntax
public void RemoveFromGroup(
	int groupIndex
)

Parameters

groupIndex
Type: SystemInt32
The index that will be removed.
See Also