Class that contains inputs used by the verification framework.
Inheritance Hierarchy
Cognex.VisionPro.Inspection CogVerificationRecordContainer
Cognex.VisionPro.Inspection CogVerificationParamsInputsContainer
Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
The CogVerificationParamsInputsContainer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogVerificationParamsInputsContainer |
Constructor using an ICogRecord.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an input record with the given key and inputValue to the record.
| |
| Contains |
Returns a boolean if the specified SubRecord (via key parameter) is contained in the record this class holds.
(Inherited from CogVerificationRecordContainer.) | |
| ContainsInputImage |
Method which returns whether or not the "InputImage" SubRecord exists in the contained ICogRecord.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes subrecord with the given key from this record.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| mRecord | (Inherited from CogVerificationRecordContainer.) |
Properties
| Name | Description | |
|---|---|---|
| InputImage |
Returns the container object for the InputImage collection.
| |
| Keys |
Gets all the expected keys added to this record.
Returns null if there are no records.
Note: this will always return at least string[] { "InputImage" } since that was added to the records by default.
| |
| Record |
Returns the contained ICogRecord.
(Inherited from CogVerificationRecordContainer.) |
See Also