[This is preliminary documentation and is subject to change.]
Load the Information Model by reading all the .DCM and .RAW files
present in the given directory. The data read is normalised into the
Information Model.
| C# | Visual Basic | Visual C++ |
public void LoadInformationModel( string dataDirectory )
Public Sub LoadInformationModel ( _ dataDirectory As String _ )
public: void LoadInformationModel( String^ dataDirectory )
- dataDirectory (String)
- Source data directory containing the .DCm and .RAW files.