CogDataAnalysisResults PropertiesCognex VisionPro 9.5

The CogDataAnalysisResults type exposes the following members.

Properties

  NameDescription
Public propertyAggregatePass
Returns TRUE if the AggregateToleranceStatus passed.
Public propertyAggregateReject
Returns TRUE if the AggregateToleranceStatus rejected.
Public propertyAggregateToleranceStatus
Returns the result of the specified tolerance limits applied across all ICogDataAnalysisChannel items.
Public propertyAggregateWarn
Returns TRUE if the AggregateToleranceStatus warned.
Public propertyCount
Gets the number of items contained in this collection.
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is synchronized (thread-safe).
Public propertyItem Int32 
Gets the item with the specified index or key. In C#, this property is the indexer for the collection.
Public propertyItem String 
Gets the item with the specified index or key. In C#, this property is the indexer for the collection.
Public propertyNumInvalidValues
Returns the number of individual invalid value tolerance results where the result is cogDataAnalysisToleranceStatusInvalidValue.
Public propertyNumPassValues
Returns the number of individual passing tolerance results.
Public propertyNumRejectValues
Returns the number of individual reject-level tolerance results.
Public propertyNumWarnValues
Returns the number of individual warn-level tolerance results.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this collection.
Top
See Also