CogID NumToFind Property Cognex VisionPro 9.10
Maximum number of symbols to find and process.

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

public int NumToFind { get; set; }

Property Value

Type: Int32
Default value is 1.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The supplied value is less than 1
See Also