Gets or sets Output2Fraction.
Specifies the second relative output pixel value used in the mapping. Used only if OutputRange is SpecifiedRelative
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 87.0.0.0
Syntax
Property Value
Type: DoubleThe Output1Fraction value. Default is 1. The value is relative between 0 and 1.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If newVal is less than 0 or greater than 1. |
See Also