'Declaration
Public Overloads Sub Read( _ ByVal FileName As System.String, _ Optional ByVal readBehaviours As ReadBehaviours _ )
'Usage
Dim instance As DicomImage Dim FileName As System.String Dim readBehaviours As ReadBehaviours instance.Read(FileName, readBehaviours)
public void Read( System.string FileName, ReadBehaviours readBehaviours )
public procedure Read( FileName: System.String; readBehaviours: ReadBehaviours );
public function Read( FileName : System.String, readBehaviours : ReadBehaviours );
public: void Read( System.string* FileName, ReadBehaviours* readBehaviours )
public: void Read( System.String^ FileName, ReadBehaviours^ readBehaviours )
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.
- readBehaviours
- The behaviours to be used when reading this stream