CogPMAlignRunParams GrainLimitsUsePattern Property Cognex VisionPro 9.8
If true then the grain limits specified in CogPMAlignPattern will be used. If false then the grain limits specified in this CogPMAlignRunParams will be used.

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

public bool GrainLimitsUsePattern { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

If true then the granularity limits specified by the CogPMAlignPattern will be used. If false then the granularity limits specified in this CogPMAlignRunParams will be used.

Default Value: True

See Also