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

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

public CogIDI2Of5(
	CogIDI2Of5 Other
)

Parameters

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