Returns whether input stream is rewritable


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Rewriteable As Boolean _
    Implements FitsElement.Rewriteable
C#
public virtual bool Rewriteable { get; }
C++
public virtual property bool Rewriteable {
    bool get();
}
J#
/** property */
public bool get_Rewriteable();
JScript
public function get Rewriteable() : bool

Implements

FitsElement.Rewriteable

See Also