Visual Basic (Declaration) | |
---|---|
Public Function GetAnnotation( _ ByVal index As Integer _ ) As DicomWaveformAnnotation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomWaveformAnnotation GetAnnotation( int index ) |
Managed Extensions for C++ | |
---|---|
public: DicomWaveformAnnotation* GetAnnotation( int index ) |
C++/CLI | |
---|---|
public: DicomWaveformAnnotation^ GetAnnotation( int index ) |
Parameters
- index
- Index to the waveform annotation to be retrieved. This index is zero-based. As an Example, if you are retrieving the 3rd waveform annotation, use an index of 2.
Return Value
The channel annotation.For an example, refer to WaveformGroupCount.
This method retruns DicomWaveformAnnotation class that describes one of waveform annotations associated with this channel. This method returns null if the index is out of range or if the channel has no annotations associated with it.
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