←Select platform

DataElements Property (AAMVASubfile)

Summary

Gets a dictionary of all data elements associated to current subfile.

Syntax
C#
VB
Objective-C
C++
Java
public IDictionary<string, AAMVADataElement> DataElements { get; } 
Public Property DataElements As System.Collections.Generic.Dictionary<System.String, AAMVADataElement> 
@property (nonatomic, strong, readonly) NSDictionary<NSString *, AAMVADataElement *> *  dataElements 
public HashMap<String, AAMVADataElement getDataElements() 
public: 
property DataElements { 
   System::Collections::Generic::Dictionary<System::String^, AAMVADataElement^>^ get(); 
} 

Property Value

A dictionary (or platform equivalent hashed lookup) of all data elements associated to current subfile.

Remarks

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