Get one or more of the tolerance limit enable flags.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public void GetLimitEnables(
out bool warnLowLimitEnabled,
out bool warnHighLimitEnabled,
out bool rejectLowLimitEnabled,
out bool rejectHighLimitEnabled
)
public void GetLimitEnables(
out bool warnLowLimitEnabled,
out bool warnHighLimitEnabled,
out bool rejectLowLimitEnabled,
out bool rejectHighLimitEnabled
)
Public Sub GetLimitEnables (
<OutAttribute> ByRef warnLowLimitEnabled As Boolean,
<OutAttribute> ByRef warnHighLimitEnabled As Boolean,
<OutAttribute> ByRef rejectLowLimitEnabled As Boolean,
<OutAttribute> ByRef rejectHighLimitEnabled As Boolean
)
Public Sub GetLimitEnables (
<OutAttribute> ByRef warnLowLimitEnabled As Boolean,
<OutAttribute> ByRef warnHighLimitEnabled As Boolean,
<OutAttribute> ByRef rejectLowLimitEnabled As Boolean,
<OutAttribute> ByRef rejectHighLimitEnabled As Boolean
)
public:
void GetLimitEnables(
[OutAttribute] bool% warnLowLimitEnabled,
[OutAttribute] bool% warnHighLimitEnabled,
[OutAttribute] bool% rejectLowLimitEnabled,
[OutAttribute] bool% rejectHighLimitEnabled
)
public:
void GetLimitEnables(
[OutAttribute] bool% warnLowLimitEnabled,
[OutAttribute] bool% warnHighLimitEnabled,
[OutAttribute] bool% rejectLowLimitEnabled,
[OutAttribute] bool% rejectHighLimitEnabled
)
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.