CogImage16Range GetObjectData Method Cognex VisionPro
Populates the provided SerializationInfo with the data needed to serialize the object.

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

protected override void GetObjectData(
	SerializationInfo Info,
	StreamingContext Ctxt
)

Parameters

Info
Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo to with serialization data must be added.
Ctxt
Type: System.Runtime.Serialization StreamingContext
The StreamingContext that indicates the intent of the current serialization operation.
See Also