CogPMAlignRunParams GrainLimitCoarse Property Cognex VisionPro
Coarse grain limit that will be used at run-time if GrainLimitsUsePattern is false. Coarse must be greater than or equal to fine. Setting coarse less than fine will also set fine to the new coarse 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 GrainLimitCoarse { 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 GrainLimitFine 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 coarse granularity limit that will be used at run-time if GrainLimitsUsePattern is false. GrainLimitCoarse must be greater than or equal to GrainLimitFine. Setting the coarse limit to a value less than the fine limit will also set the fine limit to the new coarse value. Valid range is from 1.0 through 25.5.

Default Value: 4.0

See Also