←Select platform

GetLayerElementByName Method

Summary
Gets the item element of the specified graphic layer.
Syntax
C#
VB
C++
public DicomElement GetLayerElementByName( 
   string layerName 
) 
Public Function GetLayerElementByName( _ 
   ByVal layerName As String _ 
) As DicomElement 
public: 
DicomElement^ GetLayerElementByName(  
   String^ layerName 
)  

Parameters

layerName
Name of the graphic layer whose item element is to be retrieved.

Return Value

The item element of the specified graphic layer.

Remarks

This method gets the item element under the "Graphic Layer Sequence" (0070,0060), which corresponds, to the layer with the specified name.

Example

For an example, refer to CreateLayer.

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.