CogVisionDataFileCDB Constructor (SerializationInfo, StreamingContext)Cognex VisionPro 9.5
Serialization constructor for CogVisionDataFileCDB object. This will read the FileName and the OpenMode from the archive, and attempt to open a file with the same name and open mode.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 69.0.0.0
Syntax

protected CogVisionDataFileCDB(
	SerializationInfo Info,
	StreamingContext Ctxt
)
See Also