ObjectTable.Select Method (IEnumerable(ObjRef), Boolean)

ObjectTableSelect Method (IEnumerableObjRef, Boolean)

Selects or deselects a collection of objects.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int Select(
	IEnumerable<ObjRef> objRefs,
	bool select
)
Public Function Select ( 
	objRefs As IEnumerable(Of ObjRef),
	select As Boolean
) As Integer

Parameters

objRefs
Type: System.Collections.GenericIEnumerableObjRef
References to objects to select or deselect.
select
Type: SystemBoolean
If true, objects will be selected. If false, objects will be deselected.

Return Value

Type: Int32
Number of objects successfully selected or deselected.
See Also