CogPMAlignRunParams GrainLimitFine Property Cognex VisionPro
Fine grain limit that will be used at run-time if GrainLimitsUsePattern is false. Coarse must be greater than or equal to fine. Setting fine greater than coarse will also set coarse to the new fine value. Valid range is from 1.0 to 25.5 inclusive.

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

public double GrainLimitFine { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogPMAlignRunParams Changed

Fires when the value of this property changes and GrainLimitCoarse changes as well.

The following state flags may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than 1.0 or greater than 25.5.

Remarks

The fine granularity limit that will be used at run-time if GrainLimitsUsePattern is false. GrainLimitCoarse must be greater than or equal to GrainLimitFine. Setting fine limit to a value greater than the coarse limit will also set the coarse limit to the new fine value. Valid range is from 1.0 to 25.5.

Default Value: 1.0

See Also