CogPatInspectTool Pattern Property Cognex VisionPro 9.8 SR1
Provides access to the train time parameters and to the results of training a PatInspect pattern. The pattern must be trained via the Train method prior to performing an inspection which is done by calling the tool's Run method.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 75.0.0.0
Syntax

public CogPatInspectPattern Pattern { get; set; }

Property Value

Type: CogPatInspectPattern
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Provides access to the train time parameters and to the results of training a PatInspect pattern. The pattern must be trained using the Train  method prior to performing an inspection which is done by calling the Run  method.

Default Value: A default constructed CogPatInspectPattern

See Also