←Select platform

RemoveAllTextObjects Method

Summary

Removes all text annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item.

Syntax

C#
VB
WinRT C#
C++
public void RemoveAllTextObjects( 
   DicomElement graphicAnnSQItem 
) 
Public Sub RemoveAllTextObjects( _ 
   ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _ 
)  
public void RemoveAllTextObjects(  
   Leadtools.Dicom.DicomElement graphicAnnSQItem 
) 
 function Leadtools.Dicom.DicomDataSet.RemoveAllTextObjects(  
   graphicAnnSQItem  
) 
public: 
void RemoveAllTextObjects(  
   Leadtools.Dicom.DicomElement^ graphicAnnSQItem 
)  

Parameters

graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Remarks

Removes all graphical annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

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