Cog3DCameraCalibrationProgressEventArgs Constructor Cognex VisionPro
Construct this Cog3DCameraCalibrationProgressEventArgs using the specified progress and message.

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

public Cog3DCameraCalibrationProgressEventArgs(
	double progress,
	string message
)

Parameters

progress
Type: System Double
The progress (the fraction of completion).
message
Type: System String
A string describing the progress.
See Also