'Declaration
Public Overloads Function Read( _ ByVal FileName As String _ ) As DicomImage
'Usage
Dim instance As DicomImageCollection Dim FileName As String Dim value As DicomImage value = instance.Read(FileName)
public DicomImage Read( string FileName )
public: DicomImage^ Read( String^ FileName )
Parameters
- FileName
The name of the file to read.
This is passed unmodified to the operating system, and it is therefore the container’s responsibility to ensure either that the file exists within the current directory, or that a fully qualified filename is provided.