CogStatistics SetLimitEnables Method Cognex VisionPro 9.7
Set all of the tolerance limit enable flags.

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

public void SetLimitEnables(
	bool warnLowLimitEnabled,
	bool warnHighLimitEnabled,
	bool rejectLowLimitEnabled,
	bool rejectHighLimitEnabled
)
Events

Event TypeReason
CogStatistics Changed

Fires when more than one limit changes. If a single limit changes, then an event naming that limit fires.

The following state flags may be affected:

    Remarks

    Set all of the tolerance limit enable flags.

    See Also