RhinoObjectIsHighlighted Method |
Rhino 5 for WindowsCheck highlight state.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic int IsHighlighted(
bool checkSubObjects
)
Public Function IsHighlighted (
checkSubObjects As Boolean
) As Integer
Parameters
- checkSubObjects
- Type: SystemBoolean
If true and the entire object is not highlighted, and some subset of the object
is highlighted, like some edges of a surface, then 3 is returned.
If false and the entire object is not highlighted, then zero is returned.
Return Value
Type:
Int320: object is not highlighted.
1: entire object is highlighted.
3: one or more proper sub-objects are highlighted.
See Also