RhinoObjectGetSubObjects Method |
Gets an array of sub-objects.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RhinoObject[] GetSubObjects()
Public Function GetSubObjects As RhinoObject()
Return Value
Type:
RhinoObjectAn array of subobjects, or null if there are none.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also