CogAutoSelectResults Constructor (CogAutoSelectResults)Cognex VisionPro 9.7
Construct a deep copy of the supplied CogAutoSelectResults object.

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

public CogAutoSelectResults(
	CogAutoSelectResults Other
)

Parameters

Other
Type: Cognex.VisionPro.AutoSelect CogAutoSelectResults
The CogAutoSelectResults object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also