←Select platform

SetLayerName Method

Summary
Sets the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
Syntax
C#
VB
C++
public void SetLayerName( 
   DicomElement graphicAnnSQItem, 
   string layerName 
) 
Public Sub SetLayerName( _ 
   ByVal graphicAnnSQItem As DicomElement, _ 
   ByVal layerName As String _ 
)  
public: 
void SetLayerName(  
   DicomElement^ graphicAnnSQItem, 
   String^ layerName 
)  

Parameters

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

layerName
Character string that contains the new layer name.

Remarks

This method sets the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.