MoveNextUID method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short MoveNextUID ();

Overview

Refer to Working with Unique Identifiers.

Remarks

Updates the CurrentUID property to the item in the UID Table that immediately follows the item specified by the CurrentUID property.

The following methods will also help you navigate the UID Table:

MoveFirstUID method

MoveLastUID method

MovePrevUID method

To determine the number of entries in the UID Table, use GetUIDCount.

See Also

Elements:

MoveLastUID method, MoveFirstUID method, MovePrevUID method, GetUIDCount method

Topics:

Unique Identifiers: Maneuvering Through the UID Table