directory path to store temporary fits files


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Protected Shared _tempDir As String
C#
protected static string _tempDir;
C++
protected:
 static String _tempDir;
J#
protected static string _tempDir
JScript
protected static _tempDir : String;

See Also