Releases all resources used by this class instance.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Implements
IDisposable DisposeRemarks
This method deterministically unhooks events from any embedded trees that might live within this one and then releases all resources used by this tree. It can be useful in situations where you are finished with a coordinate space tree, but are still using one of the trees embedded within it.
Do not attempt to access the tree after calling this method.
See Also