CogPatInspectPattern Clone Method Cognex VisionPro 9.8 SR1
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.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 75.0.0.0
Syntax

protected virtual Object Clone()

Return Value

Type: Object
See Also