Click or drag to resize

UserDataOnDuplicate Method

Is called when the object is being duplicated.

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

Parameters

source
Type: Rhino.DocObjects.CustomUserData
The source data.
See Also