Click or drag to resize

UserDictionaryOnDuplicate Method

Clones the user data.

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

Parameters

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