Click or drag to resize

RhinoObjectGetHighlightedSubObjects Method

Gets a list of all highlighted sub-objects.

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

Return Value

Type: ComponentIndex
An array of all highlighted sub-objects; or null is there are none.
See Also