CogCoordinateSpaceTree EventsCognex VisionPro 9.22

The CogCoordinateSpaceTree type exposes the following members.

Events

  NameDescription
Public eventChanged
Occurs when one or more parts of the object's state may have 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 fired in a variety of ways. For example: (1) by a call to the ChangeTransform method, (2) by 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