Create a CogVerificationData that duplicates the item specified
by the supplied index. Note that a new ICogRecord is
created every time this method is called.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Parameters
- index
- Type: System Int32
This index specifies the item to fetch from the database. Indexing is with respect to the list of keys returned by the GetKeys method.
Return Value
Type: CogVerificationDataA newly created instance of the requested database item.
See Also