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