RhinoObject.GetGrips Method

RhinoObjectGetGrips Method

Returns grips for this object If grips are enabled. If grips are not enabled, returns null.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public GripObject[] GetGrips()
Public Function GetGrips As GripObject()

Return Value

Type: GripObject
An array of grip objects; or null if there are no grips.
See Also