RhinoCommon API
RhinoObjectHighlightSubObject Method |
Highlights a sub-object.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool HighlightSubObject( ComponentIndex componentIndex, bool highlight )
Public Function HighlightSubObject ( componentIndex As ComponentIndex, highlight As Boolean ) As Boolean
Parameters
- componentIndex
- Type: Rhino.GeometryComponentIndex
A sub-object component index. - highlight
- Type: SystemBoolean
true if the sub-object should be highlighted.
Return Value
Type: Booleantrue if the sub-object is now highlighted.
