RhinoObjectHighlightSubObject Method |
Highlights a subobject.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also