Gets the relative values of an existing reference point.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 75.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the reference point.
- inputVal
- Type: System Double
A reference to the destination where the input value of the reference point shell be returned.
- outputVal
- Type: System Double
A reference to the destination where the output value of the reference point shell be returned.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the index is negative or >= the number of reference points |
See Also