SmartLineResults ClassCognex VisionPro 9.21

This class holds all of the result information from the SmartLineLineSelectorOperator Execute operation.

Inheritance Hierarchy

System Object
  Cognex.Vision.SmartLine.Implementation ReadOnlyCollectionOfSmartLineResultPtr
    Cognex.Vision.SmartLine SmartLineResults

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

public sealed class SmartLineResults : ReadOnlyCollectionOfSmartLineResultPtr, 
	IHaveFakePropertyMeta, IObject

The SmartLineResults type exposes the following members.

Methods

  NameDescription
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 ReadOnlyCollectionOfSmartLineResultPtr CopyTo( SmartLineResult , Int32).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfSmartLineResultPtr GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetItem
Get the item at the specified index.
(Overrides ReadOnlyCollectionOfSmartLineResultPtr GetItem(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResultLine

Gets the SmartLineResult corresponding to the provided class name. Returns null if the provided className is not found in the SmartLineResults collection.

Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Operators

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

  NameDescription
Public propertyCount

Get the number of elements contained in this collection.

(Overrides ReadOnlyCollectionOfSmartLineResultPtr Count.)
Public propertyHandle (Overrides ReadOnlyCollectionOfSmartLineResultPtr Handle.)
Public propertyItem (Overrides ReadOnlyCollectionOfSmartLineResultPtr Item Int32 .)
Public propertyProcessedInputImage
Get

Gets the processed input image provided to the SmartLineSegmentOperator for segmentation.

Top
See Also