CogAcqRangeImage YScale Property Cognex VisionPro
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.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual double YScale { get; }

Property Value

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

Implements

ICogAcqRangeImage YScale
Exceptions

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