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

Syntax

Visual Basic (Declaration)
ReadOnly Property Rewriteable As Boolean
C#
bool Rewriteable { get; }
C++
property bool Rewriteable abstract  {
    bool get();
}
J#
/** property */
public bool get_Rewriteable();
JScript
public function get Rewriteable() : bool

See Also