RhinoObjectHighlight Method |
Rhino 5 for Windows
Modifies the highlighting of the object.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic bool Highlight(
bool enable
)
Public Function Highlight (
enable As Boolean
) As Boolean
Parameters
- enable
- Type: SystemBoolean
true if highlighting should be enabled.
Return Value
Type:
Booleantrue if the object is now highlighted.
See Also