←Select platform

GetLayerElementByIndex Method

Summary

Gets the item element of the specified graphic layer.

Syntax
C#
VB
C++
public DicomElement GetLayerElementByIndex( 
   int layerIndex 
) 
Public Function GetLayerElementByIndex( _ 
   ByVal layerIndex As Integer _ 
) As DicomElement 
public: 
DicomElement^ GetLayerElementByIndex(  
   int layerIndex 
)  

Parameters

layerIndex
The zero-based index of the graphic layer whose item element is required.

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 at the specified index.

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