C#
VB
C++
Specifies which interval will be removed when using the thresholding feature.
public enum Medical3DRemoveIntervalType
Public Enum Medical3DRemoveIntervalType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class Medical3DRemoveIntervalType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | InnerRange | Removes the inner interval (which is between LowerThreshold and UpperThreshold). |
1 | OuterRange | Removes the outer interval (which is outside LowerThreshold and UpperThreshold). |
The thresholding feature can be used with the object if it is rendered using the MPR, VRT, MIP or MinIP rendering techniques.
For more information, refer to Medical3DObject.EnableThresholding.
For an example, refer to Medical3DObject.EnableThresholding.
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