The CogPMAlignZoneScale type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| Configuration | Configuration of this DOF zone which specifies whether PMAlign will use either the low & high limits for the expected range of values or just the nominal value. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| High | High limit for DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. In this case, PMAlign will use the low & high limits for the expected range of values. Low must be <= to high. Setting high < low will also set high to the new value. | |
| Low | Low limit for DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. In this case, PMAlign will use the low & high limits for the expected range of values. Low must be <= to high. Setting low > high will also set high to the new value. | |
| Nominal | The nominal value is only used if Configuration is cogPMAlignZoneNominal. In this case PMAlign only finds pattern instances that are close to the Nominal value specified and the results will always be reported at exactly the found value. | |
| Overlap | Result candidates overlap for a scale DOF if the scale ratio (larger scale/smaller scale) <= Overlap. PMAlign discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area. |
See Also