Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetLayerInformation Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : GetLayerInformation Method



layerIndex
The zero-based index of the layer whose attributes are required.
layerIndex
The zero-based index of the layer whose attributes are required.
Retrieves the attributes of a layer at the specified index.

Syntax

Visual Basic (Declaration) 
Public Function GetLayerInformation( _
   ByVal layerIndex As Integer _
) As DicomGraphicLayer
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim layerIndex As Integer
Dim value As DicomGraphicLayer
 
value = instance.GetLayerInformation(layerIndex)
C# 
public DicomGraphicLayer GetLayerInformation( 
   int layerIndex
)
C++/CLI 
public:
DicomGraphicLayer^ GetLayerInformation( 
   int layerIndex
) 

Parameters

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

Return Value

The layer attributes.

Example

For an example, refer to DicomDataSet.CreateLayer.

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features