CogPixelMapComputeParams Output2Fraction Property Cognex VisionPro
Gets or sets Output2Fraction. Specifies the second relative output pixel value used in the mapping. Used only if OutputRange is SpecifiedRelative

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 65.1.0.0
Syntax

public double Output2Fraction { get; set; }

Property Value

Type: Double
The Output1Fraction value. Default is 1. The value is relative between 0 and 1.
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is less than 0 or greater than 1.
See Also