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
)
Protected Overridable Sub OnDuplicate (
source As RhinoObject
)
Parameters
- source
- Type: Rhino.DocObjectsRhinoObject
[Missing <param name="source"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnDuplicate(Rhino.DocObjects.RhinoObject)"]
See Also