RhinoObjectGetSelectedSubObjects Method |
Rhino 5 for WindowsGet a list of all selected sub-objects.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic ComponentIndex[] GetSelectedSubObjects()
Public Function GetSelectedSubObjects As ComponentIndex()
Return Value
Type:
ComponentIndexAn array of subobject indices, or null if there are none.
See Also