Click or drag to resize

BadVisionTestRejectionDetails Class

Describes details on a bad vision test
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListComponentVisionTest
    CFX.StructuresBadVisionTestRejectionDetails

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class BadVisionTestRejectionDetails : List<ComponentVisionTest>, 
	RejectionDetails

The BadVisionTestRejectionDetails type exposes the following members.

Constructors
 NameDescription
Public methodBadVisionTestRejectionDetails Constructor
Top
Properties
 NameDescription
Public propertyDecisionSource

** NOTE: ADDED in CFX 2.1 **

Source of decision for the component validity
Public propertyErrorCode

** NOTE: ADDED in CFX 2.1 **

A vendor-specific string based code identifying the specific error that has caused the rejection of the component
Top
See Also