An NDoc documented library
Fits._tempDir Field
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
Fits Class
nom.tam.fits Namespace