Visual Basic (Declaration) | |
---|---|
Public Function DeleteAnnotation( _ ByVal index As Integer _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to WaveformGroupCount.
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