This class holds data provided by the TuneProgress event. The TuneProgress event fires periodically during tuning.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro.OCVMax CogOCVMaxPatternTuneProgressEventArgs
Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 87.1.0.0
Syntax
The CogOCVMaxPatternTuneProgressEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogOCVMaxPatternTuneProgressEventArgs | Construct the CogOCVMaxPatternTuneProgressEventArgs object with the supplied progress value. |
Methods
| Name | Description | |
|---|---|---|
| CancelRequested | Whether or not cancellation has been requested for this tuning. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RequestCancel | Request that tuning be cancelled. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Progress | The progress of tuning to date. This System::Double will be in the range from zero to one inclusive, where zero means no tuning yet complete and one means all tuning complete. |
See Also