DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImageCollection Class / Read Method / Read(IEnumerable<String>) Method
A set of filenames as strings



In This Topic
    Read(IEnumerable<String>) Method
    In This Topic
    Creates and adds DicomImage objects from a collection of external DICOM files
    Syntax
    'Declaration
     
    
    Public Overloads Sub Read( _
       ByVal FileNames As IEnumerable(Of String) _
    ) 
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim FileNames As IEnumerable(Of String)
     
    instance.Read(FileNames)
    public void Read( 
       IEnumerable<string> FileNames
    )
    public:
    void Read( 
       IEnumerable<String^>^ FileNames
    ) 

    Parameters

    FileNames
    A set of filenames as strings
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also