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

In This Topic
    IodElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal header As String, _
       ByVal tag As Iod, _
       Optional ByVal parent As DicomElement _
    )
    public IodElement( 
       string header,
       Iod tag,
       DicomElement parent
    )

    Parameters

    header
    tag
    parent
    See Also