Class for a single smart line verification result.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision.SmartLine SmartLineVerificationResult
Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.24.0.0
Syntax
The SmartLineVerificationResult type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ToString | Returns a human readable string that represents the object. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SmartLineVerificationResult objects. | |
| Inequality | Compares the inequality of two SmartLineVerificationResult objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) | |
| Identifier | Identifier for this verification result. The identifier corresponds to a SmartLineTrainData in the SmartLineSegmentOperator's TrainDataDatabase. | |
| SmartLineResults | The SmartLineResults that were generated in the verification process. |
See Also