Gets or sets the enumeration value that specifies the thresholding behavior
public Medical3DRemoveIntervalType RemoveInterval { get; set; }
Public Property RemoveInterval As Leadtools.Medical3d.Medical3DRemoveIntervalType
public:
property Leadtools.Medical3d.Medical3DRemoveIntervalType RemoveInterval {
Leadtools.Medical3d.Medical3DRemoveIntervalType get();
void set ( Leadtools.Medical3d.Medical3DRemoveIntervalType );
}
A Medical3DRemoveIntervalType enumeration value that determines which interval will be removed. The inner interval is the interval between the LowerThreshold and UpperThreshold. The outer interval is outside those bounds.
For an example, refer to 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