Gets or sets MaxRangeMultiplier.
The maximum rangle multiplier that will be used to convert input pixels to
output pixels. The maximum pixel value is clipped to the maximum allowed for the image type.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 91.0.0.0
Syntax
Property Value
Type: DoubleThe MaxRangeMultiplier default value is 1.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If newVal is less than 1. |
See Also