CogPMAlignRunParams ApproximateNumberToFind Property Cognex VisionPro 9.7
Number of results to look for. In some cases, PMAlign may return more or fewer results than requested.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax

public int ApproximateNumberToFind { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogPMAlignRunParams 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

Number of results to look for. In some cases, PMAlign may return more or fewer results than requested.

Default Value: 1

See Also