←Select platform

GetLayerInformation Method

Summary

Retrieves the attributes of a layer at the specified index.

Syntax

C#
VB
WinRT C#
C++
public DicomGraphicLayer GetLayerInformation( 
   int layerIndex 
) 
Public Function GetLayerInformation( _ 
   ByVal layerIndex As Integer _ 
) As Leadtools.Dicom.DicomGraphicLayer 
public Leadtools.Dicom.DicomGraphicLayer GetLayerInformation(  
   int layerIndex 
) 
 function Leadtools.Dicom.DicomDataSet.GetLayerInformation(  
   layerIndex  
) 
public: 
Leadtools.Dicom.DicomGraphicLayer^ GetLayerInformation(  
   int layerIndex 
)  

Parameters

layerIndex
The zero-based index of the layer whose attributes are required.

Return Value

The layer attributes.

Remarks

The members of the DicomGraphicLayer are based on the "Graphic Layer Module Attributes" in the DICOM standard. The index specified by layerIndex is based on the number of items under the "Graphic Layer Sequence" (0070,0060); for example, the index of the first item is zero.

Example

For an example, refer to CreateLayer.

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