Visual Basic (Declaration) | |
---|---|
Public Enum Medical3DRemoveIntervalType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DRemoveIntervalType |
C# | |
---|---|
public enum Medical3DRemoveIntervalType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class Medical3DRemoveIntervalType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
InnerRange | Removes the inner interval (which is between LowerThreshold and UpperThreshold). |
OuterRange | Removes the outer interval (which is outside LowerThreshold and UpperThreshold). |
For an example, refer to Medical3DObject.EnableThresholding.
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7