RhinoCommon API
RhinoObjectIsSubObjectHighlighted Method |
Determines if a sub-object is highlighted.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool IsSubObjectHighlighted( ComponentIndex componentIndex )
Public Function IsSubObjectHighlighted ( componentIndex As ComponentIndex ) As Boolean
Parameters
- componentIndex
- Type: Rhino.GeometryComponentIndex
A sub-object component index.
Return Value
Type: Booleantrue if the sub-object is highlighted.
