RhinoCommon API
ObjectTableSelect Method (ObjRef, Boolean, Boolean) |
Select or deselects a single object.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public bool Select( ObjRef objref, bool select, bool syncHighlight )
Public Function Select ( objref As ObjRef, select As Boolean, syncHighlight As Boolean ) As Boolean
Parameters
- objref
- Type: Rhino.DocObjectsObjRef
Object represented by this ObjRef is selected. - select
- Type: SystemBoolean
If true, the object will be selected, if false, it will be deselected. - syncHighlight
- Type: SystemBoolean
If true, then the object is highlighted if it is selected and unhighlighted if is not selected.
Return Value
Type: Booleantrue on success, false on failure.