Enables or disables the thresholding feature when rendering the object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EnableThresholding As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Medical3DVRT
Dim value As Boolean
instance.EnableThresholding = value
value = instance.EnableThresholding
|
| C# | |
|---|
public bool EnableThresholding {get; set;} |
| C++/CLI | |
|---|
public:
property bool EnableThresholding {
bool get();
void set (bool value);
} |
Return Value
true enables the thresholding feature; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also