CogOCRMaxClassifier OnDeserialization Method Cognex VisionPro 9.8 SR1
Called when to complete the deserialziation of the CogOCRMaxClassifier.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.0.0.0
Syntax

public virtual void OnDeserialization(
	Object sender
)

Parameters

sender
Type: System Object
The object which called this method

Implements

IDeserializationCallback OnDeserialization(Object)
Exceptions

ExceptionCondition
ArgumentNullException Thrown if sender is null.
See Also