←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.