Tamino API for .NET

TaminoItemIterator.Next Method 

Move to next item if possible.

[Visual Basic]
Public Function Next() As Boolean
[C#]
public bool Next();

Return Value

true if move was possible, false otherwise

Remarks

The index is only changed if the move is possible.

See Also

TaminoItemIterator Class | TaminoItemIterator Members | SoftwareAG.Tamino.Api Namespace