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()
Public Function GetHighlightedSubObjects As ComponentIndex()
Return Value
Type:
ComponentIndexAn array of all highlighted sub-objects; or null is there are none.
See Also