RhinoObjectOnPicked Method |
Called when this object has been picked
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void OnPicked(
PickContext context,
IEnumerable<ObjRef> pickedItems
)
Protected Overridable Sub OnPicked (
context As PickContext,
pickedItems As IEnumerable(Of ObjRef)
)
Parameters
- context
- Type: Rhino.Input.CustomPickContext
[Missing <param name="context"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnPicked(Rhino.Input.Custom.PickContext,System.Collections.Generic.IEnumerable{Rhino.DocObjects.ObjRef})"]
- pickedItems
- Type: System.Collections.GenericIEnumerableObjRef
Items that were picked. This parameter is enumerable because there may
have been multiple sub-objects picked
See Also