Get one or more of the tolerance limit values.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public void GetLimits(
out double warnLowLimit,
out double warnHighLimit,
out double rejectLowLimit,
out double rejectHighLimit
)
public void GetLimits(
out double warnLowLimit,
out double warnHighLimit,
out double rejectLowLimit,
out double rejectHighLimit
)
Public Sub GetLimits (
<OutAttribute> ByRef warnLowLimit As Double,
<OutAttribute> ByRef warnHighLimit As Double,
<OutAttribute> ByRef rejectLowLimit As Double,
<OutAttribute> ByRef rejectHighLimit As Double
)
Public Sub GetLimits (
<OutAttribute> ByRef warnLowLimit As Double,
<OutAttribute> ByRef warnHighLimit As Double,
<OutAttribute> ByRef rejectLowLimit As Double,
<OutAttribute> ByRef rejectHighLimit As Double
)
public:
void GetLimits(
[OutAttribute] double% warnLowLimit,
[OutAttribute] double% warnHighLimit,
[OutAttribute] double% rejectLowLimit,
[OutAttribute] double% rejectHighLimit
)
public:
void GetLimits(
[OutAttribute] double% warnLowLimit,
[OutAttribute] double% warnHighLimit,
[OutAttribute] double% rejectLowLimit,
[OutAttribute] double% rejectHighLimit
)
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.