Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomModule Class : Elements Property |
public DicomElement[] Elements {get;}
'Declaration
Public ReadOnly Property Elements As DicomElement()
'Usage
Dim instance As DicomModule Dim value() As DicomElement value = instance.Elements
public DicomElement[] Elements {get;}
public DicomElement[] getElements()
get_Elements();
public: property array<DicomElement^>^ Elements { array<DicomElement^>^ get(); }