Cog3DDisplayV2StatusBar Destroy Method Cognex VisionPro
Use this function to explicitly clean up the control. Call this only from the thread the control was created on, if the method is called from any other thread it does nothing. You may call this function multiple times without any ill effects but only the first call - from the appropriate thread - has effect.

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

public void Destroy()
See Also