CogMaximizerEvaluateEventArgs ContinueRunning Property Cognex VisionPro
Your handler should set a value of true to continue the maximization, or false to terminate it. If you specify a value of false, the Execute function throws a CogMaximizerCancelledException.

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

public bool ContinueRunning { get; set; }

Property Value

Type: Boolean
See Also