GetModuleCount method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetModuleCount ();

Overview

Refer to Working with Data Sets.

Remarks

Returns the number of modules in the entire Data Set.

The following methods will also help you navigate the Data Set as either a tree or a list:

MoveFirstElement method

MovePrevElement method

MoveNextElement method

MoveLastElement method

If you evaluate the Data Set as a tree, you can also use the following methods to navigate the tree:

MoveRootElement method

MoveParentElement method

MoveChildElement method

See Also

Topics:

Data Sets: Getting and Setting Data Set Information