- 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.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformGroup Dim index As Integer Dim value As Integer value = instance.DeleteChannel(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.For an example, refer to DicomDataSet.WaveformGroupCount.
Use this method to delete the specified channel from the waveform group.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)