CogFixtureNPointToNPointTool ReferenceImage Property Cognex VisionPro 9.10
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 'reference' image. It is not required for running the tool.

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

public ICogImage ReferenceImage { 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, the reference image will be displayed in the CurrentRecord of the tool. This property is for GUI purposes only and typically holds an application-specific reference image. A user might use the reference image to visually position the desired fixtured space; or other tools might use this image to determine feature locations. However, it is not required for running the tool.

Default Value: NULL

See Also