Gets or sets the granularity mode which specifies the
method used to generate the coarse model at a given
granularity or resolution.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 91.0.0.0
Syntax
Property Value
Type: CogSearchMaxGranularityModeConstantsThe granularity mode which is a member of CogSearchMaxGranularityModeConstants. Default is Robust.
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 Robust or Fast. |
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
See Also