RhinoObjectIsHighlighted Method |
Check highlight state.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public 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