CogAutoSelect ModelSizeX Property Cognex VisionPro 9.8
Gets or sets the desired image model X dimension in pixels.

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

public int ModelSizeX { get; set; }

Property Value

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

Exceptions

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