CogCreateCircleTool Clone Method Cognex VisionPro 9.5
Returns a deep copy of this class instance. Derived classes that implement Clone should override this method; other clients who wish to clone this instance should call ICloneable.Clone. See also CogSerializer.DeepCopyObject.

Namespace: Cognex.VisionPro.Dimensioning
Assembly: Cognex.VisionPro.Dimensioning (in Cognex.VisionPro.Dimensioning.dll) Version: 69.0.0.0
Syntax

protected override Object Clone()

Return Value

Type: Object
See Also