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

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

public Cog3DHandEyeCalibrationProgressEventArgs(
	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