NetworkTempPath property (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BSTR NetworkTempPath

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sets the path for the temporary files for network operations. By default, this is an empty string, which means that the TEMP environment variable for the system will be used. To change this, you must set this property before calling the StartUp method. If you set this property after calling the StartUp method, but before calling the ShutDown method, an error will occur.

See Also

Elements:

StartUp method, ShutDown method

Topics:

DICOM Network Connection:Creating a Network Connection