UserDictionary.OnDuplicate Method

UserDictionaryOnDuplicate Method

Clones the user data.

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

Parameters

source
Type: Rhino.DocObjects.CustomUserData
The source data.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also