Cog3DHandEyeCalibrationProgressEventArgs ClassCognex VisionPro 9.8 SR1
This class holds data generated by the hand-eye calibration progress event. The hand-eye calibration progress event fires periodically during hand-eye calibration. A progress value of 0.0 means 0% complete and a value of 1.0 means 100% complete.
Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.VisionPro3D Cog3DHandEyeCalibrationProgressEventArgs

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

[SerializableAttribute]
public class Cog3DHandEyeCalibrationProgressEventArgs : EventArgs, 
	IDisposable

The Cog3DHandEyeCalibrationProgressEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCog3DHandEyeCalibrationProgressEventArgs
Construct this Cog3DHandEyeCalibrationProgressEventArgs 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 current hand-eye calibration.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCancelRequested
Gets whether a request to cancel the hand-eye calibration has been made.
Public propertyMessage
Gets the message string.
Public propertyProgress
Gets the progress (fraction of completion).
Top
See Also