SetCurrentElement method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BOOL SetCurrentElement ( long hElement );

Overview

Refer to Working with Data Sets.

Remarks

Updates the CurrentElement property to the Data Set item identified by hElement.

You can store the hElement property of the CurrentElement property when you move to a new item, and use that to return to that item later.

See Also

Elements:

CurrentElement property