←Select platform

RemoveLayerTextObjects Method

Summary

Removes all text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Syntax

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

Parameters

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

Remarks

This method removes all text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Example

For an example, refer to CreateLayer.

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