←Select platform

ModuleCount Property

Summary

Gets the number of modules in the entire Data Set.

Syntax

C#
VB
Java
WinRT C#
C++
public int ModuleCount { get; } 
Public ReadOnly Property ModuleCount As Integer 
public int ModuleCount {get;} 
public int getModuleCount() 
 get_ModuleCount();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly