SetStructuredAppend Method

Navigation:  How To Use Encoders > Reference Guide > .NET Class Library Encoder Methods >

SetStructuredAppend Method

Previous pageReturn to chapter overviewNext page

Specifies which symbol this is in a sequence and the total number of symbols in the sequence.

[Visual Basic .NET]

Public Sub AztecSetStructuredAppend(ByVal SymbolID As Integer, ByVal SymbolCount As Integer);

[C#]

public void AztecSetStructuredAppend(int SymbolID, int SymbolCount);

Parameters

SymbolID

     Specifies which symbol this is in a sequence, the parameter must be between 1 and SymbolCount.

SymbolCount

Specifies the total number of symbols in the sequence, the maximum value is 26, which means that up to 26 symbols can be linked together using the structured append protocol.