Gets the array that contains information about the elements contained in the module specified in Type.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Elements As DicomElement() |
Managed Extensions for C++ | |
---|
public: __property DicomElement*[] get_Elements(); |
Return Value
Array that contains information about the elements contained in the module specified in Type.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also