RhinoObjectIsSubObjectSelected Method |
Check sub-object selection state.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsSubObjectSelected(
ComponentIndex componentIndex
)
Public Function IsSubObjectSelected (
componentIndex As ComponentIndex
) As Boolean
Parameters
- componentIndex
- Type: Rhino.GeometryComponentIndex
Index of subobject to check.
Return Value
Type:
Booleantrue if the subobject is selected.
RemarksA subobject cannot be persistently selected.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also