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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also