CogPixelMap OutputDepth Property Cognex VisionPro 9.8 SR1
Gets or sets the bit depth of the output image.

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

public CogPixelMapImageDepthConstants OutputDepth { get; set; }

Property Value

Type: CogPixelMapImageDepthConstants
The bit depth.
Events

Exceptions

ExceptionCondition
ArgumentException If new value is not a valid member of CogPixelMapImageDepthConstants.
See Also