CogDatabaseDirectory Constructor (CogDatabaseDirectory)Cognex VisionPro
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.

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

public CogDatabaseDirectory(
	CogDatabaseDirectory other
)

Parameters

other
Type: Cognex.VisionPro.Database CogDatabaseDirectory
The CogDatabaseDirectory whose Name property is to be copied.
See Also