Click or drag to resize

TransformObjectListGripArray Method

Gets access to the internal GripObject array of the TransformObjectList object.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public GripObject[] GripArray()

Return Value

Type: GripObject
An array of grip objects, or an empty array if there were no grip objects.
See Also