CogPixelMap OutputScale Property Cognex VisionPro 9.21 SR1
Gets or sets the OutputScale value used for lookup table creation.

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

public double OutputScale { get; set; }

Property Value

Type: Double
The OutputScale value.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If newVal is less than 0.
See Also