CogStatistics GetLimitEnables Method Cognex VisionPro 9.8 SR1
Get one or more of the tolerance limit enable flags.

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

public void GetLimitEnables(
	out bool warnLowLimitEnabled,
	out bool warnHighLimitEnabled,
	out bool rejectLowLimitEnabled,
	out bool rejectHighLimitEnabled
)

Parameters

warnLowLimitEnabled
Type: System Boolean 

Set to true if WarnLowLimitEnabled is true.

warnHighLimitEnabled
Type: System Boolean 

Set to true if WarnHighLimitEnabled is true.

rejectLowLimitEnabled
Type: System Boolean 

Set to true if RejectLowLimitEnabled is true.

rejectHighLimitEnabled
Type: System Boolean 

Set to true if RejectHighLimitEnabled is true.

Remarks

Obtain the values of one or more of the tolerance limit enable flags. (This is a convenience function.)

Note: Passing in a null value is not an error; null values are ignored.

See Also