Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / CtSliceInfo Class / CtSliceInfo Constructor / CtSliceInfo Constructor(XDocument,String)
The XDocument that represents the physical DICOM file.
The file name.

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

    Parameters

    xDocument
    The XDocument that represents the physical DICOM file.
    fileName
    The file name.
    See Also