CogBeadInspectRunParams Constructor (CogBeadInspectRunParams)Cognex VisionPro 9.22
Constructs a deep copy of the supplied CogBeadInspectRunParams object.

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

public CogBeadInspectRunParams(
	CogBeadInspectRunParams other
)

Parameters

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

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