Creates a new object that is a copy of the current instance.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax Public Function Clone As Object
Dim instance As Limits
Dim returnValue As Object
returnValue = instance.Clone()
Return Value
ObjectA new object that is a copy of this instance.
Implements
ICloneableCloneSee Also