CogIDDataMatrix PrintDeformation Property Cognex VisionPro 9.8
Sets or gets the print deformation to be used at train-time and run-time.

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

public CogIDPrintDeformationConstants PrintDeformation { get; set; }

Property Value

Type: CogIDPrintDeformationConstants
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is not a member of CogIDPrintDeformationConstants
Remarks

Changing the PrintDeformation value will cause the the tool to become untrained.
See Also