CogDataAnalysis ResetRunningStatistics Method Cognex VisionPro 9.8 SR1
Resets the running statistics for all of the associated channel items. Each channel's RunningNumSamples will be zero after invoking this method.

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

public void ResetRunningStatistics()
Events

Event TypeReason
CogDataAnalysis Changed

Fires when this function is called.

The following state flags may be affected:

    Remarks

    Resets the running statistics for all of the associated channel items. Each channel's RunningNumSamples will be zero after invoking this method.

    See Also