CogMaximizerEvaulateEventHandler DelegateCognex VisionPro 9.5
Represents the method that will handle the Evaluate event of a CogMaximizer. The method must have the same parameters as this delegate.

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

public delegate void CogMaximizerEvaulateEventHandler(
	Object sender,
	CogMaximizerEvaluateEventArgs e
)
See Also