CoordinateSpaceTree EventsCognex VisionPro 9.22

The CoordinateSpaceTree type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides ChangedEventShareableBase Changed.)
Public eventNameChanged

Occurs after a space name is changed in this tree.

Public eventSpaceAdded

Occurs after a new space is added to this tree.

Public eventSubtreeDeleted

Occurs after a subtree is deleted from this tree.

Public eventSubtreeMoved

Occurs after a subtree is moved within this tree.

Public eventTransformChanged

Occurs after a transform is changed in this tree. Note that the meaning of any spaces descending from the changed transform will also be altered. This event can be raised in a variety of ways. For example: (1) by a call to ChangeTransform, (2) by a call to the AddSpace method that replaces an existing transform, (3) by modifying a transform that was added to the tree by reference (not copied).

Public eventTreeAdded

Occurs after a new tree is added to this tree.

Top
See Also