CogIPOneImagePelSet PelValue Property Cognex VisionPro 9.20
Get or set the value used at runtime. Depending on the operation, the value is applied to care pels or don't care pels. This value is validated at runtime for the image type used. For CogImage8Grey the value cannot exceed 255.

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

public int PelValue { get; set; }

Property Value

Type: Int32
The default value is 0.
Events

Exceptions

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