ObjectTable.Select Method (IEnumerable(ObjRef))

ObjectTableSelect Method (IEnumerableObjRef)

Selects a collection of objects.

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

Parameters

objRefs
Type: System.Collections.GenericIEnumerableObjRef
References to objects to select.

Return Value

Type: Int32
Number of objects successfully selected.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also