VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / IsbtCompoundMessage Class / GetDataStructureSequenceById(Int32) Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetDataStructureSequenceById(Int32) Method (IsbtCompoundMessage)
In This Topic
Returns the data structure sequence by identifier.
Syntax
'Declaration

Public Shared Function GetDataStructureSequenceById( _
ByVal compoundMessageId
The number referencing an entry in an ICCBBA maintained table that defines the sequence of the data structures within a compound message.
As Integer _
) As Integer[]
public static int[] GetDataStructureSequenceById(
int compoundMessageId
)

Parameters

compoundMessageId
The number referencing an entry in an ICCBBA maintained table that defines the sequence of the data structures within a compound message.

Return Value

An array that contains sequence of data structure numbers.
Remarks

Uses Table RT017 ICCBBA Specified Compound Messages v1.9.0.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also