CogBeadInspectFindResult Constructor (CogBeadInspectFindResult)Cognex VisionPro 9.7
Constructs a deep copy of the supplied CogBeadInspectFindResult object.

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

public CogBeadInspectFindResult(
	CogBeadInspectFindResult other
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother is disposed.
See Also