Gets the label for the multiplex group.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetMultiplexGroupLabel() As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformGroup
Dim value As String
value = instance.GetMultiplexGroupLabel()
|
C# | |
---|
public string GetMultiplexGroupLabel() |
C++/CLI | |
---|
public:
String^ GetMultiplexGroupLabel(); |
Return Value
The current label for the multiplex group.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also