CADability dotNET
Returns a clone of the UserData object. The containe dictionary of string-object pairs is cloned so the result is independant from this object. The values are also cloned if they implement the ICloneable interface. If the value of an entry implements IManageUserData, Clone()()()() will be called.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public UserData Clone()
Visual Basic
Public Function Clone As UserData
Visual C++
public:
UserData^ Clone()

Return Value

The cloned UserData

See Also