Cog3DCoordinateSpaceTree Dispose Method Cognex VisionPro
Releases all resources used by this class instance.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public void Dispose()

Implements

IDisposable Dispose 
Remarks

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