CogNdmUsedAcquisitionID uniquely identifies an
acquired image used in an inspection.
The vision system must supply the acquisition IDs of the images used when constructing a CogNdmInspectionResult. This information is passed to the remote device and enables the remote device to track the progress of the vision system.
Inheritance Hierarchy
Cognex.VisionPro.Comm CogNdmUsedAcquisitionID
Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 65.1.0.0
Syntax
The CogNdmUsedAcquisitionID type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogNdmUsedAcquisitionID |
Constructs a new used acquisition ID.
|
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AcquisitionID |
The acquisition ID associated with a particular
acquired image used in an inspection.
| |
| CameraIndex |
The camera index slot associated with a particular
acquired image used in an inspection.
|
See Also