RhinoObjectIsSubObjectSelected Method |
Rhino 5 for WindowsCheck sub-object selection state.
Namespace: Rhino.DocObjectsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
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.
See Also