MoveNextVR method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short MoveNextVR ();

Overview

Refer to Working with Value Representations.

Remarks

Updates the CurrentVR property to the item in the Value Representation Table that immediately follows the item specified by the CurrentVR property.

The following methods will also help you navigate the Value Representation Table:

MoveFirstVR method

MoveLastVR method

MovePrevVR method

To determine the number of entries in the Value Representation Table, use GetVRCount method.

See Also

Elements:

MoveLastVR method, MoveFirstVR method, MovePrevVR method, GetVRCount method

Topics:

Value Representations: Maneuvering Through the Value Representation Table