| Visual Basic (Declaration) | |
|---|---|
Public Function GetNotchFilterFrequency() As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public double GetNotchFilterFrequency() | |
| C++/CLI | |
|---|---|
public: double GetNotchFilterFrequency(); | |
Return Value
The notch filter frequency.For an example, refer to DicomDataSet.WaveformGroupCount.
This method gets the value of the "Notch Filter Frequency" (003A,0222) element for this channel.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code