Gets or sets a value that indicates the threshold for showing the image variances.
public int Threshold { get; set; }
Public Property Threshold As Integer
public int Threshold {get; set;}
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
Value that indicates the threshold for showing the image variances. If the mask value is greater or equal to the threshold value then the pixel will be colored using Color. See Combine for more details. This property accepts only positive values.
Refer to SelectDataCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET