Maximum length of a FITS keyword field This field is constant and read-only.


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

Syntax

Visual Basic (Declaration)
Public const MAX_KEYWORD_LENGTH As Integer = 8
C#
public const int MAX_KEYWORD_LENGTH = 8;
C++
public:
 const int MAX_KEYWORD_LENGTH = 8;
J#
public const int MAX_KEYWORD_LENGTH = 8
JScript
public const MAX_KEYWORD_LENGTH : int = 8;

See Also