←Select platform

RetrieveAll Method

Summary

Retrieves a dictionary of all data element information objects for a specific version of the AAMVA CDS.

Syntax
C#
VB
C++
public static IDictionary<string, AAMVADataElementInfo> RetrieveAll( 
   AAMVAVersion version 
) 
Public Shared Function RetrieveAll( 
   ByVal version As AAMVAVersion 
) As IDictionary(Of String, AAMVADataElementInfo) 
public:  
   static IDictionary<String^, AAMVADataElementInfo^>^ RetrieveAll( 
      AAMVAVersion^ version 
   ) 

Parameters

version

The AAMVAVersion used for AAMVADataElement definitions.

Return Value

A dictionary of all data element information objects.

Remarks

This method is useful for getting more information about data elements in a given AAMVAID.

The value of AAMVADataElement.ElementIDs property will be used as keys.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly