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

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

public CogBeadInspectFindResults(
	CogBeadInspectFindResults other
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother is disposed.
See Also