GraphicParentChildReadOnlyCollection ClassCognex VisionPro 9.21 SR1

Read-only collection of parent-child graphics.

Inheritance Hierarchy

System Object
  Cognex.Vision.Implementation ReadOnlyCollectionOfIGraphicParentChildPtr
    Cognex.Vision GraphicParentChildReadOnlyCollection

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public sealed class GraphicParentChildReadOnlyCollection : ReadOnlyCollectionOfIGraphicParentChildPtr, 
	IObject

The GraphicParentChildReadOnlyCollection type exposes the following members.

Constructors

  NameDescription
Public methodGraphicParentChildReadOnlyCollection

Constructs a new instance of this class.

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

Returns a human readable string representation of the object.

(Overrides Object ToString .)
Top
Operators

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

  NameDescription
Public propertyCount

Get the number of elements contained in this collection.

(Overrides ReadOnlyCollectionOfIGraphicParentChildPtr Count.)
Public propertyHandle (Overrides ReadOnlyCollectionOfIGraphicParentChildPtr Handle.)
Public propertyItem (Overrides ReadOnlyCollectionOfIGraphicParentChildPtr Item Int32 .)
Top
See Also