CogStatistics GetLimits Method Cognex VisionPro
Get one or more of the tolerance limit values.

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

public void GetLimits(
	out double warnLowLimit,
	out double warnHighLimit,
	out double rejectLowLimit,
	out double rejectHighLimit
)

Parameters

warnLowLimit
Type: System Double 

The WarnLowLimit.

warnHighLimit
Type: System Double 

The WarnHighLimit.

rejectLowLimit
Type: System Double 

The RejectLowLimit.

rejectHighLimit
Type: System Double 

The RejectHighLimit.

Remarks

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

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

See Also