←Select platform

SetLayerInformation Method

Summary

Sets layer attributes for the layer at the specified index.

Syntax

C#
VB
WinRT C#
C++
public void SetLayerInformation( 
   int layerIndex, 
   DicomGraphicLayer graphicLayer 
) 
Public Sub SetLayerInformation( _ 
   ByVal layerIndex As Integer, _ 
   ByVal graphicLayer As Leadtools.Dicom.DicomGraphicLayer _ 
)  
public void SetLayerInformation(  
   int layerIndex, 
   Leadtools.Dicom.DicomGraphicLayer graphicLayer 
) 
 function Leadtools.Dicom.DicomDataSet.SetLayerInformation(  
   layerIndex , 
   graphicLayer  
) 
public: 
void SetLayerInformation(  
   int layerIndex, 
   Leadtools.Dicom.DicomGraphicLayer^ graphicLayer 
)  

Parameters

layerIndex
The zero-based index of the layer whose attributes are to be set.

graphicLayer
The layer attributes.

Remarks

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