←Select platform

DicomDataSet Constructor(string)

Summary

Initializes a new instance of the DicomDataSet class.

Syntax
C#
VB
C++
Java
public DicomDataSet( 
   string path 
) 
Public Function New( _ 
   ByVal path As String _ 
) 
public DicomDataSet(String path) 
public: 
DicomDataSet(  
   String^ 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.

Example

For an example, refer to Load.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly