←Select platform

FindByIndex Method (DicomUidTable)

Summary

Returns DicomUid class that contains the item located at the specified index in the UID Table.

Syntax

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

Parameters

index
An index into the UID Table. This index is zero-based.

Return Value

DicomUid class that contains the item located at the specified index in the UID Table.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize