CogCalibNPointToNPointTool CalibrationImage Property Cognex VisionPro
If it exists, this image will be displayed in the CurrentRecord of the tool. It is for GUI purposes only and will typically be used to hold an application-specific 'calibration' image. It is not required for running the tool.

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

public ICogImage CalibrationImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

If it exists, this image is displayed in the CurrentRecord of the tool. The calibration image is for GUI purposes only and typically holds an application-specific calibration image. It is not required for running the tool.

Note: Changing this property causes the CurrentRecord to invalidate.

See Also