Gets a dictionary of all data elements associated to current subfile.
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();
}
A dictionary (or platform equivalent hashed lookup) of all data elements associated to current subfile.
The value of AAMVADataElement.ElementIDs property will be used as keys.
For an example, refer to AAMVAID.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document