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
)
Public Function DeleteGrip (
gripId As Guid
) As Boolean
Parameters
- gripId
- Type: SystemGuid
The id of the grip object to delete.
Return Value
Type:
BooleanTrue on success.
See Also