An NDoc documented library
Header.Simple Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
Header Class
nom.tam.fits Namespace