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


