CogDatabaseDirectory Fetch Method Cognex VisionPro 9.24
Overload List

  NameDescription
Public methodFetch(Int32)
Create an ICogRecord that duplicates the item specified by the supplied index. Note that a new ICogRecord is created every time this method is called.
Public methodFetch(String)
Create an ICogRecord that duplicates the item specified by the supplied key. Note that a new ICogRecord is created every time this method is called.
Top
See Also