Cog3DCameraCalibrationProgressEventHandler DelegateCognex VisionPro 9.20
This is the delegate of camera calibration progress event handler.

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

public delegate void Cog3DCameraCalibrationProgressEventHandler(
	Object sender,
	Cog3DCameraCalibrationProgressEventArgs e
)

Parameters

sender
Type: System Object
e
Type: Cognex.VisionPro3D Cog3DCameraCalibrationProgressEventArgs
See Also