←Select platform

Elements Property

Summary

Gets the array that contains information about the elements contained in the module specified in Type.

Syntax
C#
VB
C++
Java
public DicomElement[] Elements { get; } 
Public ReadOnly Property Elements As DicomElement() 
public DicomElement[] getElements() 
public: 
property array<DicomElement^>^ Elements { 
   array<DicomElement^>^ get(); 
} 

Property Value

Array that contains information about the elements contained in the module specified in Type.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly