TransformObjectListGripOwnerArray Method |
Gets access to the GripOwner array of the TransformObjectList object.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RhinoObject[] GripOwnerArray()
Public Function GripOwnerArray As RhinoObject()
Return Value
Type:
RhinoObjectAn array of GripOwner, empty if there were no GripOwners.
RemarksCount may not necessarily equal count of GripObjects from GripArray().
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also