| Visual Basic (Declaration) | |
|---|---|
Public Function GetChannelMaximumValue() As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int GetChannelMaximumValue() | |
| C++/CLI | |
|---|---|
public: int GetChannelMaximumValue(); | |
Return Value
The channel maximum value.For an example, refer to DicomDataSet.WaveformGroupCount.
This method gets the value of the "Channel Maximum Value" (5400,0112) element for the channel.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code