This class provides data for the Complete event of ICogAcqFifo.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro CogCompleteEventArgs
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
The CogCompleteEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogCompleteEventArgs | Constructor for these EventArgs. You typically will not need to use this method. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Ticket | The ticket returned by StartAcquire. You can use this value to determine which acquisition request fired this event. If this acquisition was automatically triggered (not by StartAcquire), then the value of Ticket is undefined. | |
| TriggerNumber | The trigger sequence number of the completed acquisition. |
See Also