Gets or sets the train mode which specifies how the
CogSearchMaxPattern
is trained.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogSearchMaxTrainModeConstantsThe train mode which is a member of CogSearchMaxTrainModeConstants. Default is EvaluateDOFsAtRuntime.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if you attempt to set this to a value other than EvaluateDOFsAtRuntime or CreateDOFTemplates. |
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
See Also