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

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

public CogIDDataMatrix(
	CogIDDataMatrix Other
)

Parameters

Other
Type: Cognex.VisionPro.ID CogIDDataMatrix
The CogIDDataMatrix 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