←Select platform

DeleteChannel Method

Summary

Deletes a channel from the waveform group

Syntax
C#
VB
C++
public int DeleteChannel( 
   int index 
) 
Public Function DeleteChannel( _ 
   ByVal index As Integer _ 
) As Integer 
public: 
int DeleteChannel(  
   int index 
)  

Parameters

index
Zero-based index of the channel to delete. As an example, if there are 10 channels, the last one has an index of 9.

Return Value

Remaining number of channels in the waveform group after deleting this channel.

Remarks

Use this method to delete the specified channel from the waveform group.

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