CogBeadInspectFindParams Constructor (CogBeadInspectFindParams)Cognex VisionPro 9.21 SR1
Constructs a deep copy of the supplied CogBeadInspectFindParams object.

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

public CogBeadInspectFindParams(
	CogBeadInspectFindParams other
)

Parameters

other
Type: Cognex.VisionPro.EdgeInspect CogBeadInspectFindParams
The CogBeadInspectFindParams to be copied. Must not be null.
Exceptions

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