←Select platform

DeleteAnnotation Method

Summary

Deletes a waveform annotation from the channel.

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

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.

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