CogPMAlignMulti GrainLimitCoarse Property Cognex VisionPro 9.7
Gets or sets the coarse grain limit that must be used by all the patterns in the operator collection. The property is initialized when the first pattern is added to the operator. Valid range is 1 to 25.5. Setting the coarse less than fine will also set the fine to the new value.

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

public double GrainLimitCoarse { get; set; }

Property Value

Type: Double
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfGrainLimitCoarse and the SfGrainLimitFine state flags may be affected.
Exceptions

ExceptionCondition
ArgumentExceptionIf the value less than one or greater than 25.5.
Remarks

The coarse and fine granularity limits represent the largest and smallest feature sizes that PatMax uses to locate patterns in a run-time image. PatMax uses a range of granularity values within the range you specify.
See Also