Sets the relative values for an existing reference point.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 87.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the reference point.
- inputVal
- Type: System Double
The relative input value for the reference point. It must be in the range of [0,1] inclusive.
- outputVal
- Type: System Double
The relative output value for the reference point. It must be in the range of [0,1] inclusive.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when the input value or the output value of the reference point. changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the index is negative or >= the number of reference points. |
| ArgumentOutOfRangeException | If inputVal or outputVal are outside the range of [0,1] inclusive. |
See Also