CogOCRMaxTool OnDeserialization Method Cognex VisionPro 9.25 SR1
Called to complete the deserialziation of the OCRMaxTool

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

public override 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.
Remarks

This makes sure the Classifier is fully deserialized and sets up tracking for changed events.

See Also