CogVProThread MakeNewThread Method (ThreadStart)Cognex VisionPro 9.25 SR1
Assigns the newly created thread's UI culture to that of the current thread. This enforces all VisionPro .NET threads to have the same UI culture of the main thread.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public static Thread MakeNewThread(
	ThreadStart start
)

Parameters

start
Type: System.Threading ThreadStart
a delegate that allows an object to be passed to the thread when the thread is started

Return Value

Type: Thread
newly created thread
See Also