RemoveAllLayers method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short RemoveAllLayers(VARIANT_BOOL bRemoveAnnSeqItems);

Overview

Refer to Working with DICOM Annotations

Remarks

The RemoveAllLayers method removes all the Items under the "Graphic Layer Sequence" (0070,0060). If the parameter bRemoveAnnSeqItems is set, the method will also remove all the Items under the "Graphic Annotation Sequence" (0070,0001), which correspond to the layers.

See Also

Elements:

RemoveLayer method, CreateLayer method .

Topics:

ILEADDicomDS Interface, IDicomLayerAttributes Interface

 

Dicom Annotations: Layers