Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / Iod Class / Iod Constructor
The file name.

In This Topic
    Iod Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public Iod( 
       string fileName
    )

    Parameters

    fileName
    The file name.
    See Also