CogAutoSelectResult Constructor (CogAutoSelectResult)Cognex VisionPro 9.8
Construct a deep copy of the supplied CogAutoSelectResult object.

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

public CogAutoSelectResult(
	CogAutoSelectResult Other
)

Parameters

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

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also