ObjectTableDeleteGrips Method (IEnumerableObjRef) |
Deletes one or more grip objects.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int DeleteGrips(
IEnumerable<ObjRef> gripRefs
)
Public Function DeleteGrips (
gripRefs As IEnumerable(Of ObjRef)
) As Integer
Parameters
- gripRefs
- Type: System.Collections.GenericIEnumerableObjRef
References to the grip objects to delete.
Return Value
Type:
Int32The number of successfully deleted grip objects.
Version InformationRhino for Windows
Supported in: 6.8
See Also