←Select platform

GetLayerName Method

Summary

Retrieves 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 string GetLayerName( 
   DicomElement graphicAnnSQItem 
) 
Public Function GetLayerName( _ 
   ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _ 
) As String 
public string GetLayerName(  
   Leadtools.Dicom.DicomElement graphicAnnSQItem 
) 
 function Leadtools.Dicom.DicomDataSet.GetLayerName(  
   graphicAnnSQItem  
) 
public: 
String^ GetLayerName(  
   Leadtools.Dicom.DicomElement^ graphicAnnSQItem 
)  

Parameters

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

Return Value

The layer name.

Remarks

This method retrieves 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