ItemWrapperICloneableClone Method |
Creates a new object that is a copy of the current instance.
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax Object ICloneable.Clone()
Private Function Clone As Object Implements ICloneable.Clone
Return Value
Type:
ObjectA new object that is a copy of this instance.
Implements
ICloneableCloneSee Also