Check if we can find the length of the data for this header.


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

Syntax

Visual Basic (Declaration)
Public Shared Function IsHeader( _ 
   ByVal hdr As Header _ 
) As Boolean
C#
public static bool IsHeader(
   Header hdr
)
C++
public:
 static bool IsHeader(
   Header hdr
)
J#
public static bool IsHeader(
   Header hdr
)
JScript
public static  function IsHeader(
   hdr : Header
) : bool

Return Value

true if this HDU has a valid header.

See Also