CogIDQRCode MaxGridSize Property Cognex VisionPro
Gets or sets the maximum grid size to look for.

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 65.1.0.0
Syntax

public int MaxGridSize { get; set; }

Property Value

Type: Int32
Default value is 49.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The new value is < 49 or > 177 with a step size of 4.
Remarks

The value is used at train time. If the tool is not trained, the value is used at run time.
See Also