Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / DicomElement Class / DicomElement Constructor
The header.
The DicomElement.dicomNodeType.
The parent DicomElement.

In This Topic
    DicomElement Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal header As String, _
       ByVal dicomNode As DicomElement.dicomNodeType, _
       Optional ByVal parent As DicomElement _
    )
    public DicomElement( 
       string header,
       DicomElement.dicomNodeType dicomNode,
       DicomElement parent
    )

    Parameters

    header
    The header.
    dicomNode
    The DicomElement.dicomNodeType.
    parent
    The parent DicomElement.
    See Also