Gets or sets the SearchMaxPattern object.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 79.0.0.0
public CogSearchMaxPattern Pattern { get; set; }public CogSearchMaxPattern Pattern { get; set; }Public Property Pattern As CogSearchMaxPattern
Get
Set
Public Property Pattern As CogSearchMaxPattern
Get
Set
public:
property CogSearchMaxPattern^ Pattern {
CogSearchMaxPattern^ get ();
void set (CogSearchMaxPattern^ value);
}public:
property CogSearchMaxPattern^ Pattern {
CogSearchMaxPattern^ get ();
void set (CogSearchMaxPattern^ value);
}Property Value
Type:
CogSearchMaxPattern The operator. Default value is a default-constructed
CogSearchMaxPattern.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: - SfPattern
- SfCreateCurrentRecord
|