SmartLineVerificationResult ClassCognex VisionPro 9.21

Class for a single smart line verification result.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.SmartLine SmartLineVerificationResult

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.21.0.0
Syntax

public sealed class SmartLineVerificationResult : ShareableBase, 
	IObject

The SmartLineVerificationResult type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two SmartLineVerificationResult objects.
Public operatorStatic memberInequality
Compares the inequality of two SmartLineVerificationResult objects.
Top
Properties

  NameDescription
Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyIdentifier

Identifier for this verification result. The identifier corresponds to a SmartLineTrainData in the SmartLineSegmentOperator's TrainDataDatabase.

Public propertySmartLineResults

The SmartLineResults that were generated in the verification process.

Top
See Also