RhinoCommon API
RhinoObjectHighlightSubObject Method |
Highlights a subobject.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool HighlightSubObject( ComponentIndex componentIndex, bool highlight )
Public Function HighlightSubObject ( componentIndex As ComponentIndex, highlight As Boolean ) As Boolean
Parameters
- componentIndex
- Type: Rhino.GeometryComponentIndex
A subobject component index. - highlight
- Type: SystemBoolean
true if the subobject should be highlighted.
Return Value
Type: Booleantrue if the subobject is now highlighted.