Fluid builder object for created AAMVAIDs from scratch.
public class AAMVAIDBuilder : IDisposable Public Class AAMVAIDBuilderInherits IDisposable
public:ref class AAMVAIDBuilder : IDisposable
Order of set operations is important.
To create a valid AAMVAID, begin by calling the following functions in no particular order:
AAMVAIDBuilder.SetJurisdictionAAMVAIDBuilder.SetJurisdictionVersionAAMVAIDBuilder.SetVersionThen, set the number of entries (subfiles) in the output AAMVAID with AAMVAIDBuilder.SetNumberOfEntries. This will initialize the array of subfiles in the output AAMVAID.
With your subfile array initialized, it is now safe to set the AAMVASubfileTypes of each subfile using AAMVAIDBuilder.SetSubfileType.
Then, add data elements to your subfile(s) using AAMVAIDBuilder.AddDataElementToSubfile. Ensure that you include all required fields.
Finally, call AAMVAIDBuilder.Build to build your AAMVAID.
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
