CogPixelMapComputeParams MaxRangeMultiplier Property Cognex VisionPro 9.8
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.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 75.1.0.0
Syntax

public double MaxRangeMultiplier { get; set; }

Property Value

Type: Double
The MaxRangeMultiplier default value is 1.
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is less than 1.
See Also