←Select platform

GetLayerIndex Method

Summary

Retrieves the index of the layer with the specified name.

Syntax

C#
VB
WinRT C#
C++
public int GetLayerIndex( 
   string layerName 
) 
Public Function GetLayerIndex( _ 
   ByVal layerName As String _ 
) As Integer 
public int GetLayerIndex(  
   string layerName 
) 
 function Leadtools.Dicom.DicomDataSet.GetLayerIndex(  
   layerName  
) 
public: 
int GetLayerIndex(  
   String^ layerName 
)  

Parameters

layerName
Character string that contains the name of the layer.

Return Value

Layer index

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