Click or drag to resize

RhinoObjectHighlightSubObject Method

Highlights a sub-object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool HighlightSubObject(
	ComponentIndex componentIndex,
	bool highlight
)

Parameters

componentIndex
Type: Rhino.GeometryComponentIndex
A sub-object component index.
highlight
Type: SystemBoolean
true if the sub-object should be highlighted.

Return Value

Type: Boolean
true if the sub-object is now highlighted.
See Also