CogFitEllipse ResumeAndRaiseChangedEvent Method Cognex VisionPro
Re-enables raising of the Changed event after SuspendChangedEvent has been called. Also raises the Changed event if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

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

public virtual void ResumeAndRaiseChangedEvent()

Implements

ICogChangedEvent ResumeAndRaiseChangedEvent 
See Also