SubtreeMoveEventArgs ClassCognex VisionPro 9.21

This class provides data for the SubtreeMoved of a CoordinateSpaceTree.

Inheritance Hierarchy

System Object
  System EventArgs
    Cognex.Vision EventArgs
      Cognex.Vision SubtreeMoveEventArgs

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

public sealed class SubtreeMoveEventArgs : EventArgs, 
	IObject

The SubtreeMoveEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodSubtreeMoveEventArgs

Constructor for these EventArgs. You typically will not need to use this method.

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

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

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

  NameDescription
Public propertyHandle (Overrides EventArgs Handle.)
Public propertyNewSpaceName

The new, fullyqualified pathname of the subtree's root space.

Public propertyOldSpaceName

The old, fully-qualified pathname of the subtree's root space. This space no longer exists in the coordinate space tree.

Top
See Also