ICogAcqRangeImage YScale Property Cognex VisionPro 9.10
Reads the dimensions of image pixels in mm in the Y direction. Unlike XScale and ZScale, the YScale setting is not used by the acq system. It is only used to set the Y component of the transform of the acquired image. The default is 1.0.

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

double YScale { get; }

Property Value

Type: Double
The dimensions of image pixels in mm in the Y direction.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than YScaleMin or greater than YScaleMax.
See Also