CogVisionDataFileCDB Constructor (SerializationInfo, StreamingContext)Cognex VisionPro 9.22 SR1
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: 87.1.0.0
Syntax

protected CogVisionDataFileCDB(
	SerializationInfo Info,
	StreamingContext Ctxt
)

Parameters

Info
Type: System.Runtime.Serialization SerializationInfo
The standard SerializationInfo argument.
Ctxt
Type: System.Runtime.Serialization StreamingContext
The standard StreamingContext argument.
See Also