CogBeadInspectPattern Constructor (CogBeadInspectPattern)Cognex VisionPro 9.8 SR1
Constructs a deep copy of the supplied CogBeadInspectPattern object.

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

public CogBeadInspectPattern(
	CogBeadInspectPattern other
)
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother is disposed.
See Also