FindIndexModule method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short FindIndexModule ( long lIndex );

Overview

Refer to Working with Data Sets.

Remarks

Updates the CurrentModule property with the module at the specified index on Level 0 of the Data Set.

This method only finds modules at a specific index on Level 0 of the Data Set.

To find a module with a specific module value within the Data Set use the FindModule method.

To find specific elements within the Data Set use the following:

FindFirstElement method

FindLastElement method

FindPrevElement method

FindNextElement method

See Also

Topics:

Data Sets: Searching a Data Set