| Visual Basic (Declaration) | |
|---|---|
Public Sub ResetThresholdValues() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ResetThresholdValues() | |
| C++/CLI | |
|---|---|
public: void ResetThresholdValues(); | |
This method resets threshold properties LowerThreshold, UpperThreshold and RemoveInterval, but it will not enable or disable the thresholding feature.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code