Cog3DCoordinateSpaceTree EventsCognex VisionPro

The Cog3DCoordinateSpaceTree type exposes the following members.

Events

  NameDescription
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(String, ICog3DTransform) method, or (2) by a call to the AddSpace(String, String, ICog3DTransform, CogAddSpaceConstants) method that replaces an existing transform.
Public eventTreeAdded
Occurs after a new tree is added to this tree.
Top
See Also