CogAutoSelect MaxNumResults Property Cognex VisionPro 9.10
Gets or sets the maximum number of results.

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

public int MaxNumResults { get; set; }

Property Value

Type: Int32
The maximum number of results. May not be negative. This property is ignored when RunMode is Query.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied maximum number of results is negative.
See Also