LineMaxResults ClassCognex VisionPro 9.22

This class holds all of the result information from a LineMaxOperator operation.

Inheritance Hierarchy

System Object
  Cognex.Vision.LineMax.Implementation ReadOnlyCollectionOfLineMaxResultPtr
    Cognex.Vision.LineMax LineMaxResults

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
Syntax

public sealed class LineMaxResults : ReadOnlyCollectionOfLineMaxResultPtr, 
	IRecordConstructor, IObject

The LineMaxResults type exposes the following members.

Methods

  NameDescription
Public methodConstructAnnotation

Constructs the record's Annotation. For Cognex Internal use only.

Public methodConstructContent

Constructs the record's Content. For Cognex Internal use only.

Public methodConstructSubRecords

Constructs the record's SubRecords. For Cognex Internal use only.

Public methodCopyTo
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfLineMaxResultPtr CopyTo( LineMaxResult , Int32).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfLineMaxResultPtr GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetItem
Get the item at the specified index.
(Overrides ReadOnlyCollectionOfLineMaxResultPtr GetItem(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Operators

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

  NameDescription
Public propertyConsideredOutliers

Get the set of outliers evaluated by the line finding algorithm, but ultimately not qualifying as an inlier of any of the line results.

Public propertyCount

Get the number of elements contained in this collection.

(Overrides ReadOnlyCollectionOfLineMaxResultPtr Count.)
Public propertyHandle (Overrides ReadOnlyCollectionOfLineMaxResultPtr Handle.)
Public propertyItem (Overrides ReadOnlyCollectionOfLineMaxResultPtr Item Int32 .)
Public propertyUnconsideredOutliers

Get the set of edge points ruled out prior to the line finding algorithm.

Top
See Also