CogNdmUsedAcquisitionID ClassCognex VisionPro
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

System Object
  Cognex.VisionPro.Comm CogNdmUsedAcquisitionID

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 65.1.0.0
Syntax

public class CogNdmUsedAcquisitionID

The CogNdmUsedAcquisitionID type exposes the following members.

Constructors

  NameDescription
Public methodCogNdmUsedAcquisitionID
Constructs a new used acquisition ID.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAcquisitionID
The acquisition ID associated with a particular acquired image used in an inspection.
Public propertyCameraIndex
The camera index slot associated with a particular acquired image used in an inspection.
Top
See Also