Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / DicomTree Class / Tree Property

In This Topic
    Tree Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Tree As List(Of DicomElement)
    public List<DicomElement> Tree {get;}
    See Also