SegmentAddedEventArgs ClassCognex VisionPro 9.22 SR1
Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.Vision EventArgs
      Cognex.Vision.Implementation.Internal SegmentAddedEventArgs

Namespace: Cognex.Vision.Implementation.Internal
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public sealed class SegmentAddedEventArgs : EventArgs, 
	IObject

The SegmentAddedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodSegmentAddedEventArgs
Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides EventArgs Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides EventArgs GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts this object to a string representation.
(Overrides Object ToString .)
Top
Operators

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

  NameDescription
Public propertyHandle (Overrides EventArgs Handle.)
Public propertyIndex
Top
See Also