←Select platform

DicomDataSet Constructor(string)

Summary

Initializes a new instance of the DicomDataSet class.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomDataSet( 
   string path 
) 
Public Function New( _ 
   ByVal path As String _ 
) 
public DicomDataSet(  
   string path 
) 
public DicomDataSet(String path) 
function DicomDataSet(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly