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.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The SfGrainLimitCoarse and the SfGrainLimitFine state flags may be affected. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the value less than one or greater than 25.5. |
Remarks
See Also