Description
Sets/gets Threshold Type as mcThresholdType
-
Property type
-
A mcThresholdType enumeration.
-
Syntax
-
object.ThresholdType [= value]
The ThresholdType Property syntax has these parts: Settings The settings for value are:
 | mcttManual | 0 |
start and end threshold values can be set manually
|
 | mcttWhiteObjects | 1 |
start threshold value can be set manually, end is set to the end of display range
|
 | mcttDarkObjects | 2 |
end threshold value can be set manually, start is set to the start of display range
|
|