markNetNumThreads
layout markNetNumThreads int threadMode
Description
Controls the chaser thread mode of the Mark Net command.
-
If you set this environment variable to an integer less than or equal to
0, the Mark Net command runs in auto mode. -
If you set the value to
1, the Mark Net command runs in single thread mode. -
If you set the value to an integer greater than
1, the Mark Net command runs in custom thread mode.
GUI Equivalent
Examples
envGetVal("layout" "markNetNumThreads")
envSetVal("layout" "markNetNumThreads" 'int 5)
Related Topics
Return to top