Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.31
|
Leadtools.Medical3D Namespace : Medical3DRemoveIntervalType Enumeration |
public enum Medical3DRemoveIntervalType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum Medical3DRemoveIntervalType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Medical3DRemoveIntervalType
public enum class Medical3DRemoveIntervalType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | InnerRange | Removes the inner interval (which is between LowerThreshold and UpperThreshold). |
0x00000001 | 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.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DRemoveIntervalType