Click or drag to resize

ObjectTableSelect Method (ObjRef)

Select a single object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Select(
	ObjRef objref
)

Parameters

objref
Type: Rhino.DocObjectsObjRef
Object represented by this ObjRef is selected.

Return Value

Type: Boolean
true on success, false on failure.
See Also