Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » BarcodeFormatToMIL1DcodeFormat
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Converts BarcodeFormat object to a MIL1DcodeFormat
Syntax
C++
C#
void avl::BarcodeFormatToMIL1DcodeFormat ( const avl::BarcodeFormat::Type& inFormat, avl::MIL1DcodeFormat::Type& outFormat )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFormat | const BarcodeFormat::Type& | ||
![]() |
outFormat | MIL1DcodeFormat::Type& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported barcode format type in the conversion from AVL barcode to MIL barcode format. |


