public bool SetMultiplexGroupLabel(
string
)
'Declaration
Public Function SetMultiplexGroupLabel( _
ByVal As String _
) As Boolean
'Usage
Dim instance As DicomWaveformGroup
Dim label As String
Dim value As Boolean
value = instance.SetMultiplexGroupLabel(label)
public bool SetMultiplexGroupLabel(
string label
)
function Leadtools.Dicom.DicomWaveformGroup.SetMultiplexGroupLabel(
label
)
public:
bool SetMultiplexGroupLabel(
String^
)
Parameters
- label
- New label for the multiplex group
Return Value
true if the label for the multiplex group was set successfully, false if an error occurred.