CogPixelMapComputeParams Output1Fraction Property Cognex VisionPro 9.5
Gets or sets Output1Fraction. Specifies the first 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: 69.0.0.0
Syntax

public double Output1Fraction { get; set; }

Property Value

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

Exceptions

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