CogCNLSearchRunParams MaxResults Property Cognex VisionPro
CNLSearch will return up to the maximum number of results specified by this property.

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

public int MaxResults { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCNLSearchRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than one.

Remarks

CNLSearch will return up to the maximum number of results specified by this property.

See Also