Deletes a waveform annotation from the channel.
public int DeleteAnnotation(
int index
)
Public Function DeleteAnnotation( _
ByVal index As Integer _
) As Integer
public int DeleteAnnotation(
int index
)
function Leadtools.Dicom.DicomWaveformChannel.DeleteAnnotation(
index
)
public:
int DeleteAnnotation(
int index
)
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.
Number of annotations that are still associated with the channel after deleting this annotation.
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