CogClassifyTool Constructor (CogClassifyTool)Cognex VisionPro 9.23
Constructs a new instance of this class as a deep copy of the given instance.

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 91.0.0.0
Syntax

public CogClassifyTool(
	CogClassifyTool other
)

Parameters

other
Type: Cognex.VisionPro.ViDiEL CogClassifyTool
The CogClassifyTool object to be copied. May not be null.
Exceptions

ExceptionCondition
[System.ArgumentNullException] If the input argument is null.
See Also