Visual Basic (Usage) | Copy Code |
---|---|
Dim path As String Dim instance As New DicomDataSet(path) |
Parameters
- path
- The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is null, the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not null, the temporary files are placed in the specified directory.
For an example, refer to Load(String,DicomDataSetLoadFlags).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)