CogDataAnalysis PropertiesCognex VisionPro

The CogDataAnalysis 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.
Public propertyChannelBufferLength
Returns/sets the number of values to buffer for each ICogDataAnalysisChannel item. The CurrentValue of each object will be buffered for each call to Run or Execute.
Public propertyCount
Gets the number of items contained in this collection.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyIndividualResultsEnabled
Returns/sets the flag that controls whether individual result objects are added to the Results collection by Execute. If set to false, the Results collection will only hold the aggregate results.
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is synchronized (thread-safe).
Public propertyItem Int32 
Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection.
Public propertyItem String 
Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection.
Public propertyNumBufferedValues
Returns the number of values stored in the buffer for each ICogDataAnalysisChannel item. This includes any invalid values that may have been buffered. NumBufferedValues will always be less than or equal to the ChannelBufferLength.
Public propertyRejectOnInvalidData
Returns/sets a flag that causes any invalid data values to produce a reject AggregateToleranceStatus if set to true. If set to false, this designates that those channels will not be used to compute the aggregate tolerance status.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this collection.
Top
See Also