Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Dicom Namespace / DicomElement Class / Elements Property

In This Topic
    Elements Property (DicomElement)
    In This Topic
    Gets or sets the collection of the child elements.
    Syntax
    'Declaration
     
    Public Overridable Property Elements As List(Of DicomElement)
    public virtual List<DicomElement> Elements {get; set;}
    See Also