Specifies the unit type for a document offset value.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaOffsetUnitCode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaOffsetUnitCode |
| Visual C++ |
|---|
public enum class CicaOffsetUnitCode |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Byte |
Number of bytes from the beginning of the document.
(CICA Code: B) | |
| Line |
Number of lines from the begining of the document.
(CICA Code: L) |
Remarks
Equivalent to the Unit Code facet of the ASC X12 CICA Primitive called Linear Measure_5 (P13_5). Used to specify the unit type for a document offset value.
Used by the DocumentError.OffsetUnitCode property.