Cog3DCameraCalibrationProgressEventArgs ClassCognex VisionPro 9.7
This class holds data provided by the camera calibration progress event. The camera calibration progress event fires periodically during camera calibration. A progress value of 1.0 means 100% complete.
Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.VisionPro3D Cog3DCameraCalibrationProgressEventArgs

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

[SerializableAttribute]
public class Cog3DCameraCalibrationProgressEventArgs : EventArgs, 
	IDisposable

The Cog3DCameraCalibrationProgressEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCog3DCameraCalibrationProgressEventArgs
Construct this Cog3DCameraCalibrationProgressEventArgs using the specified progress and message.
Top
Methods

  NameDescription
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRequestCancel
Request to cancel the operation.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCancelRequested
Gets whether it is requested to cancel the operation.
Public propertyMessage
Gets the message string.
Public propertyProgress
Gets the progress (the fraction of completion).
Top
See Also