←Select platform

ModuleCount Property

Summary
Gets the number of modules in the entire Data Set.
Syntax
C#
VB
C++
Java
public int ModuleCount { get; } 
Public ReadOnly Property ModuleCount As Integer 
public int getModuleCount() 
public: 
property int ModuleCount { 
   int get(); 
} 

Property Value

The number of modules in the entire Data Set.

Remarks

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

GetLastElement

GetPreviousElement

GetNextElement

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

GetRootElement

GetParentElement

GetChildElement
Example

For an example, refer to DeleteModule.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.