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: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- start
- Type: System.Threading ParameterizedThreadStart
a delegate that allows an object to be passed to the thread when the thread is started
- maxStackSize
- Type: System Int32
the maximum stack size for the thread
Return Value
Type: Threadnewly created thread
See Also