Click or drag to resize

ObjectTableGetSelectedObjectCount Method

Compute the current number of selected objects

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public uint GetSelectedObjectCount(
	bool checkSubObjects
)

Parameters

checkSubObjects
Type: SystemBoolean
Check to see if subobjects are selected

Return Value

Type: UInt32

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

See Also