GH_DocumentSelect Method (GH_RelevantObjectData) |
Default pick selection behaviour. (looks at current Shift + Control modifier states to determine addition/removal)
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_SelectionState Select(
GH_RelevantObjectData obj_dat
)
Public Function Select (
obj_dat As GH_RelevantObjectData
) As GH_SelectionState
Parameters
- obj_dat
- Type: Grasshopper.KernelGH_RelevantObjectData
Information regarding the object to be selected.
Return Value
Type:
GH_SelectionStateSee Also