RhinoObjectHighlightSubObject Method |
Rhino 5 for Windows
Highlights a subobject.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
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.
See Also