Click or drag to resize

ObjectTableSelectedObjectsExist Method

Quick way to test if any objects are currently selected

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SelectedObjectsExist(
	ObjectType objectType,
	bool checkSubObjects
)

Parameters

objectType
Type: Rhino.DocObjectsObjectType
the type of objects to test for
checkSubObjects
Type: SystemBoolean
Check to see if subobjects are selected

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.SelectedObjectsExist(Rhino.DocObjects.ObjectType,System.Boolean)"]

See Also