Insert a FITS object into the list of HDUs.


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

Syntax

Visual Basic (Declaration)
Public Overridable Sub InsertHDU( _ 
   ByVal myHDU As BasicHDU,  _ 
   ByVal n As Integer _ 
)
C#
public virtual void InsertHDU(
   BasicHDU myHDU,
   int n
)
C++
public:
 virtual void InsertHDU(
   BasicHDU myHDU,
   int n
)
J#
public virtual void InsertHDU(
   BasicHDU myHDU,
   int n
)
JScript
public virtual  function InsertHDU(
   myHDU : BasicHDU,
   n : int
)

Parameters

myHDU
The HDU to be inserted into the list of HDUs.
n
The location at which the HDU is to be inserted.

See Also