CogIPOneImageMissingPixel FixedGlobalValue Property Cognex VisionPro 9.10
Get or set the value used when GlobalValueMode is set to Fixed. Must be a legal pixel value.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax

public int FixedGlobalValue { get; set; }

Property Value

Type: Int32
The value used when GlobalValueMode is set to Fixed.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than zero.
See Also