RhinoObjectIsSubObjectHighlighted Method |
Rhino 5 for Windows
Determines if a subobject is highlighted.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
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.
See Also