RhinoObjectGetHighlightedSubObjects Method |
Rhino 5 for Windows
Gets a list of all highlighted subobjects.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic ComponentIndex[] GetHighlightedSubObjects()
Public Function GetHighlightedSubObjects As ComponentIndex()
Return Value
Type:
ComponentIndexAn array of all highlighted subobjects; or null is there are none.
See Also