Sets Nominal, Tolerance and Softness values.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- nominalVal
- Type: System Double
The new nominal value for the range.
- lowTolVal
- Type: System Double
The new low end tolerance value for the range.
- highTolVal
- Type: System Double
The new high end tolerance value for the range.
- softnessVal
- Type: System Double
The new softness value for the range.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the range defined by the new values is out of range limits. |
Remarks
See Also