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

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

public CogIDCode93(
	CogIDCode93 Other
)

Parameters

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

ExceptionCondition
ArgumentNullException If the supplied argument is null.
ArgumentException If the supplied argument is disposed.
See Also