RemoveLayerTextObjects method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short RemoveLayerTextObjects();

Overview

Refer to Working with DICOM Annotations

Remarks

The RemoveLayerTextObjects method removes all the text annotation objects defined by one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method.

This method and the RemoveAllTextObjects method perform the same function.

See Also

Elements:

GetLayerTextObjectCount method, CreateGraphicAnnItem method, FindFirstGraphicAnnItem method, MoveNextGraphicAnnItem method, RemoveLayerGraphicObjects method, RemoveAllTextObjects method

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface

 

Dicom Annotations: Graphic Objects