| Visual Basic (Declaration) | |
|---|---|
Public Function GetChannelLabel() As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string GetChannelLabel() | |
| C++/CLI | |
|---|---|
public: String^ GetChannelLabel(); | |
Return Value
The channel label.For an example, refer to DicomDataSet.WaveformGroupCount.
This method gets the value of the "Channel Label" (003A, 0203) element for this channel.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code