CogAutoSelect ModelSizeY Property Cognex VisionPro 9.22 SR1
Gets or sets the desired image model Y dimension in pixels.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 87.1.0.0
Syntax

public int ModelSizeY { get; set; }

Property Value

Type: Int32
The desired image model Y dimension in pixels. This value must be greater than zero.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied model size Y dimension is less than or equal to zero.
See Also