CogSearchMaxZoneScale PropertiesCognex VisionPro 9.5

The CogSearchMaxZoneScale type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
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.
(Inherited from CogSerializableChangedEventBase.)
Public propertyConfiguration
Gets or sets the configuration of scale degree of freedom zone which specifies whether SearchMax will use either the low/high limits for the expected range of values or just the nominal value.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHigh
Gets or sets high limit for scale degree of freedom zone.
Public propertyLow
Gets or sets low limit for scale degree of freedom zone.
Public propertyNominal
Gets or sets the nominal value for scale degree of freedom zone.
Public propertyOverlap
Gets or sets the overlap threshold for scale degree of freedom zone.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also