'Declaration
Public Overloads Sub Read( _ ByVal FileName As String, _ ByVal Behaviour As ReadBehaviours _ )
'Usage
Dim instance As DicomDataSet Dim FileName As String Dim Behaviour As ReadBehaviours instance.Read(FileName, Behaviour)
public void Read( string FileName, ReadBehaviours Behaviour )
public: void Read( String^ FileName, ReadBehaviours^ Behaviour )
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.
- Behaviour