←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
WinRT C#
C++
public void SetLayerName( 
   DicomElement graphicAnnSQItem, 
   string layerName 
) 
Public Sub SetLayerName( _ 
   ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement, _ 
   ByVal layerName As String _ 
)  
public void SetLayerName(  
   Leadtools.Dicom.DicomElement graphicAnnSQItem, 
   string layerName 
) 
 function Leadtools.Dicom.DicomDataSet.SetLayerName(  
   graphicAnnSQItem , 
   layerName  
) 
public: 
void SetLayerName(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly