CogBlobResultCollection Clone Method Cognex VisionPro
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.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax

public virtual Object Clone()

Return Value

Type: Object

Implements

ICloneable Clone 
See Also