CogOCVMaxPatternTrainProgressEventArgs Constructor Cognex VisionPro 9.20
Construct the CogOCVMaxPatternTrainProgressEventArgs object with the supplied progress value.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 80.0.0.0
Syntax

public CogOCVMaxPatternTrainProgressEventArgs(
	double fractionComplete
)

Parameters

fractionComplete
Type: System Double
The System::Double progress value. This should be in the range from zero to one inclusive.
See Also