←Select platform

FindByIndex Method

Summary

Returns DicomTag class that contains the item located at the specified index in the Data Element Tag Table.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTag FindByIndex( 
   int index 
) 
Public Function FindByIndex( _ 
   ByVal index As Integer _ 
) As Leadtools.Dicom.DicomTag 
public Leadtools.Dicom.DicomTag FindByIndex(  
   int index 
) 
public DicomTag findByIndex(int index) 
 function Leadtools.Dicom.DicomTagTable.FindByIndex(  
   index  
) 
public: 
Leadtools.Dicom.DicomTag^ FindByIndex(  
   int index 
)  

Parameters

index
An index into the Data Element Tag Table. This index is zero-based.

Return Value

DicomTag class that contains the item located at the specified index in the Data Element Tag Table.

Example

For an example, refer to Reset.

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