Click or drag to resize

RhinoObjectOnDuplicate Method

Called when this a new instance of this object is created and copied from an existing object

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnDuplicate(
	RhinoObject source
)

Parameters

source
Type: Rhino.DocObjectsRhinoObject

[Missing <param name="source"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnDuplicate(Rhino.DocObjects.RhinoObject)"]

See Also