CogFixtureNPointToNPointTool ReferenceImageEnabled Property Cognex VisionPro 9.8
If True, the ReferenceImage will appear in the CurrentRecord for this tool (as long as the corresponding bit of CurrentRecordEnable is also set). Otherwise, the ReferenceImage will not appear.

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

public bool ReferenceImageEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

If True and if the RefImage bit is also set, the ReferenceImage value will appear in the CurrentRecord for this tool. Otherwise, the ReferenceImage will not appear.

Default Value: True

See Also