CogDatabaseDirectory Constructor Cognex VisionPro 9.7
Overload List

  NameDescription
Public methodCogDatabaseDirectory 
Construct a new instance of the CogDatabaseDirectory class.
Public methodCogDatabaseDirectory(String)
Construct a new instance of the CogDatabaseDirectory class. Set the Name property to the supplied value, and then attempt to connect to that database.
Public methodCogDatabaseDirectory(CogDatabaseDirectory)
Construct a new instance of the CogDatabaseDirectory class with the Name field set to match that of the supplied argument. Note that the resulting CogDatabaseDirectory object is not initially connected, regardless of the state of the argument.
Protected methodCogDatabaseDirectory(SerializationInfo, StreamingContext)
Serialization constructor for CogDatabaseDirectory. Note that, as with the copy constructor, the resultant CogDatabaseDirectory object is not initially connected.
Top
See Also