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