CogTrackedItemBase EndForceChangedEvent Method Cognex VisionPro 9.20
Called at the end of a section of code that must raise a changed event with the given state flags... If a changed event with these state flags has not been raised "naturally" since the coresponding call to BeginForceChangedEvents was called, this call will raise the event.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax

public void EndForceChangedEvent(
	long stateFlags
)

Parameters

stateFlags
Type: System Int64
See Also