public int DeleteAnnotation(
int
)
'Declaration
Public Function DeleteAnnotation( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As DicomWaveformChannel
Dim index As Integer
Dim value As Integer
value = instance.DeleteAnnotation(index)
public int DeleteAnnotation(
int index
)
function Leadtools.Dicom.DicomWaveformChannel.DeleteAnnotation(
index
)
public:
int DeleteAnnotation(
int
)
Parameters
- index
- Index to the waveform annotation to be deleted. This index is zero-based. As an Example, if a channel has three waveform annotations and you are deleting the 2nd one, use an index of 1.
Return Value
Number of annotations that are still associated with the channel after deleting this annotation.