Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ModuleCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim value As Integer value = instance.ModuleCount |
C# | |
---|---|
public int ModuleCount {get;} |
Property Value
The number of modules in the entire Data Set.For an example, refer to DicomDataSet.DeleteModule.
The following methods will also help you navigate the Data Set as either a tree or a list:
Leadtools.Dicom.DicomDataSet.GetFirstElement
Leadtools.Dicom.DicomDataSet.GetLastElement
Leadtools.Dicom.DicomDataSet.GetPreviousElement
Leadtools.Dicom.DicomDataSet.GetNextElement
If you evaluate the Data Set as a tree, you can also use the following methods to navigate the tree:
Leadtools.Dicom.DicomDataSet.GetRootElement
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)