RhinoObjectIsSubObjectHighlighted Method |
Determines if a subobject is highlighted.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsSubObjectHighlighted(
ComponentIndex componentIndex
)
Public Function IsSubObjectHighlighted (
componentIndex As ComponentIndex
) As Boolean
Parameters
- componentIndex
- Type: Rhino.GeometryComponentIndex
A subobject component index.
Return Value
Type:
Booleantrue if the subobject is highlighted.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also