←Select platform

RemoveAllLayers Method

Summary

Removes all layers under the "Graphic Layer Module".

Syntax
C#
VB
C++
public void RemoveAllLayers( 
   bool annSequence 
) 
Public Sub RemoveAllLayers( _ 
   ByVal annSequence As Boolean _ 
)  
public: 
void RemoveAllLayers(  
   bool annSequence 
)  

Parameters

annSequence
true to remove the items, under the "Graphic Annotation Sequence", that reference the layers; false to remove only the layers.

Remarks

This method removes all items under the "Graphic Layer Sequence"(0070,0060). If annSequence is set to true then the method will clean any elements under the "Graphic Annotation Sequence" which are related to the removed layers.

Example

For an example, refer to CreateLayer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly