Set the SIMPLE keyword to the given value.
Namespace:
nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property Simple As Boolean
|
C# |
---|
public virtual bool Simple { set; } |
C++ |
---|
public virtual property bool Simple { void set(bool value); } |
J# |
---|
/** property */ public void set_Simple(bool value); |
JScript |
---|
public function set Simple(value : bool); |
See Also