CogDataAnalysisResults ClassCognex VisionPro 9.5
The object that provides access to the aggregate tolerance status as well as the individual tolerance results.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro CogDataAnalysisResults

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

[SerializableAttribute]
public class CogDataAnalysisResults : CogObjectBase, 
	ICogNetInternal, IDisposable, ICloneable, ISerializable, ICollection, 
	IDictionary

The CogDataAnalysisResults type exposes the following members.

Constructors

  NameDescription
Public methodCogDataAnalysisResults 
Constructs a new instance of this class.
Public methodCogDataAnalysisResults(IntPtr)
Constructs a new instance of this class using com pointer.
Public methodCogDataAnalysisResults(CogDataAnalysisResults)
Constructs a new instance of this class as a deep copy of the given instance.
Top
Methods

  NameDescription
Protected methodClone
Returns a deep copy of this class instance. Derived classes that implement Clone should override this method; other clients who wish to clone this instance should call ICloneable.Clone. See also CogSerializer.DeepCopyObject
Public methodCopyTo
Copies the contents of this collection to an array.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKey
Gets the key of the item at the specified index.
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the given item. If the item cannot be found -1 is returned.
Public methodIndexOfKey
Gets the index of the item with the specified key. If the key cannot be found -1 is returned.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
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
Remarks

This interface provides access to the individual CogDataAnalysisResult for each CogStatistics defined for this CogDataAnalysis object as well as an aggregate tolerance status for the object as a whole.

See Also