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.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
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: Threadnewly created thread
See Also