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

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 65.1.0.0
Syntax

public CogIDTool(
	CogIDTool Other
)

Parameters

Other
Type: Cognex.VisionPro.ID CogIDTool
The CogIDTool object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also