←Select platform

AddAnnotation Method

Summary

Adds a new waveform annotation to the channel.

Syntax

C#
VB
WinRT C#
C++
public void AddAnnotation( 
   DicomWaveformAnnotation waveformAnnotation 
) 
Public Sub AddAnnotation( _ 
   ByVal waveformAnnotation As Leadtools.Dicom.DicomWaveformAnnotation _ 
)  
 function Leadtools.Dicom.DicomWaveformChannel.AddAnnotation(  
   waveformAnnotation  
) 

Parameters

waveformAnnotation
The new waveform annotation attributes

Remarks
  • This method fails if waveformAnnotation is null.
  • Before calling this method, you must initialize all the properties of the class.
Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly