CogPMAlignRunParams SaveMatchInfo Property Cognex VisionPro
Flag indicating whether to save information necessary to create result match graphics. Must be set to true if user wants to get match info graphics using the ICogPMAlignResult::CreateResultGraphics method.

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

public bool SaveMatchInfo { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Flag indicating whether to save information necessary to create result match graphics. Must be set to true if user wants to get match info graphics using the CreateResultGraphics(CogPMAlignResultGraphicConstants) method.

This property has no effect if the pattern is located using the PatQuick algorithm. If this property is set to true, additional time and memory are required for each returned CogPMAlignResult

Default Value: False

See Also