Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
DeleteChannel Method
See Also 
Leadtools.Dicom Namespace > DicomWaveformGroup Class : DeleteChannel Method




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.
Deletes a channel from the waveform group

Syntax

Visual Basic (Declaration) 
Public Function DeleteChannel( _
   ByVal index As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DicomWaveformGroup
Dim index As Integer
Dim value As Integer
 
value = instance.DeleteChannel(index)
C# 
public int DeleteChannel( 
   int index
)
Managed Extensions for C++ 
public: int DeleteChannel( 
   int index
) 
C++/CLI 
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.

Example

For an example, refer to WaveformGroupCount.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features