Check that this HDU has a valid header.


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property HasHeader As Boolean
C#
public virtual bool HasHeader { get; }
C++
public virtual property bool HasHeader {
    bool get();
}
J#
/** property */
public bool get_HasHeader();
JScript
public function get HasHeader() : bool

Property Value

true if this HDU has a valid header.

See Also