Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / IodElement Class / Elements Property

In This Topic
    Elements Property (IodElement)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Property Elements As List(Of DicomElement)
    public override List<DicomElement> Elements {get; set;}
    See Also