Set the value of the NAXIS keyword (The dimensionality of the data)
Namespace:
nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property Naxes As Integer
|
C# |
---|
public virtual int Naxes { set; } |
C++ |
---|
public virtual property int Naxes { void set(int value); } |
J# |
---|
/** property */ public void set_Naxes(int value); |
JScript |
---|
public function set Naxes(value : int); |
See Also