←Select platform

SetChannelLabel Method

Summary

Sets the channel label.

Syntax
C#
VB
C++
public bool SetChannelLabel( 
   string label 
) 
Public Function SetChannelLabel( _ 
   ByVal label As String _ 
) As Boolean 
public: 
bool SetChannelLabel(  
   String^ label 
)  

Parameters

label
The new channel label.

Return Value

true if the waveform channel label was set successfully, false if an error occurred.

Remarks
  • This method sets the value of the "Channel Label" (003A,0203) element for this channel

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly