CogBlobMeasure PropertiesCognex VisionPro

The CogBlobMeasure 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 propertyFilterMode
This mode specifies how to interpret the filter range. It dictates whether blobs whose measurement falls within the range will be included in, or excluded from, the filtered results. The range limits are considered to be 'inside' the range.
Public propertyFilterRangeHigh
The high limit of the filter range. Blobs whose measurement falls within this range will be included in, or excluded from, the filtered results depending on the FilterMode setting. The high limit is considered to be 'inside' the range.
Public propertyFilterRangeLow
The low limit of the filter range. Blobs whose measurement falls within this range will be included in, or excluded from, the filtered results depending on the FilterMode setting. The low limit is considered to be 'inside' the range.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMeasure
The measure for which usage during execution is being specified.
Public propertyMode
Mode indicating how the specified measure will be used during execution of blob analysis. It may indicate no special run- time usage, the measure is to be used as a filter criterion, or that the measure will be computed at run-time.
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