Adds a channel to the waveform group.
public DicomWaveformChannel AddChannel(
int index
)
Public Function AddChannel( _
ByVal index As Integer _
) As Leadtools.Dicom.DicomWaveformChannel
public Leadtools.Dicom.DicomWaveformChannel AddChannel(
int index
)
function Leadtools.Dicom.DicomWaveformGroup.AddChannel(
index
)
public:
Leadtools.Dicom.DicomWaveformChannel^ AddChannel(
int index
)
index
Zero-based index of the new channel. This parameter defaults to -1, which will add the new channel at the end.
A DicomWaveformChannel class if this method succeeded;otherwise, it will return null.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET