ObjectTableSelect Method (ObjRef) |
Select a single object.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Select(
ObjRef objref
)
Public Function Select (
objref As ObjRef
) As Boolean
Parameters
- objref
- Type: Rhino.DocObjectsObjRef
Object represented by this ObjRef is selected.
Return Value
Type:
Booleantrue on success, false on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also