Click or drag to resize

RhinoObjectGetSelectedSubObjects Method

Get a list of all selected sub-objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ComponentIndex[] GetSelectedSubObjects()

Return Value

Type: ComponentIndex
An array of sub-object indices, or null if there are none.
See Also