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

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

protected override void GetObjectData(
	SerializationInfo info,
	StreamingContext ctxt
)

Parameters

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