Startup Shutdown Method Cognex VisionPro 9.21
Used to shutdown Vision.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Startup.Net (in Cognex.Vision.Startup.Net.dll) Version: 9.21.0.0
Syntax

public static void Shutdown()
Remarks

A Vision application must call this function before terminating. You should not call Initialize after calling this method.
See Also