Click or drag to resize

ObjectTableDeleteGrips Method (RhinoObject, IEnumerableInt32)

Deletes one or more grip objects.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax
public int DeleteGrips(
	RhinoObject owner,
	IEnumerable<int> gripIndices
)

Parameters

owner
Type: Rhino.DocObjectsRhinoObject
The owner of the grip objects.
gripIndices
Type: System.Collections.GenericIEnumerableInt32
The indices of the grip objects to delete.

Return Value

Type: Int32
The number of successfully deleted grip objects.
See Also