←Select platform

FindByIndex Method

Summary

Returns DicomVR class that contains the item located at the specified index in the Value Representation Table.

Syntax
C#
VB
C++
Java
public DicomVR FindByIndex( 
   int index 
) 
Public Function FindByIndex( _ 
   ByVal index As Integer _ 
) As DicomVR 
public DicomVr findByIndex(int index) 
public: 
DicomVR^ FindByIndex(  
   int index 
)  

Parameters

index
An index into the Value Representation Table. This index is zero-based.

Return Value

DicomVR class that contains the item located at the specified index in the Value Representation Table.

Example

For an example, refer to Reset.

Requirements

Target Platforms

See Also

Reference

DicomVRTable Class

DicomVRTable Members

FindByIndex Method

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly