CogPixelMapComputeParams OutputRange Property Cognex VisionPro 9.7
Gets or sets the OutputRange. Specifies the output range used in the mapping.

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

public CogPixelMapOutputRangeConstants OutputRange { get; set; }

Property Value

Type: CogPixelMapOutputRangeConstants
The OutputRange value. Default is Full.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If newVal is out of range.
See Also