Click or drag to resize

ObjectTableDeleteGrip Method (Guid)

Deletes a grip object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax
public bool DeleteGrip(
	Guid gripId
)

Parameters

gripId
Type: SystemGuid
The id of the grip object to delete.

Return Value

Type: Boolean
True on success.
See Also