CogBeadInspectTool Constructor (CogBeadInspectTool)Cognex VisionPro 9.25 SR1
Constructs a deep copy of the supplied CogBeadInspectTool object.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 93.1.0.0
Syntax

public CogBeadInspectTool(
	CogBeadInspectTool other
)
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother has been disposed.
See Also