Inserts card in front of the HeaderCard associated with key posKey. If there is no HeaderCard associated with posKey, card is added to the end of the HeaderCard list


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

Syntax

Visual Basic (Declaration)
Public Overridable Sub InsertCard( _ 
   ByVal card As HeaderCard,  _ 
   ByVal posKey As String _ 
)
C#
public virtual void InsertCard(
   HeaderCard card,
   string posKey
)
C++
public:
 virtual void InsertCard(
   HeaderCard card,
   String posKey
)
J#
public virtual void InsertCard(
   HeaderCard card,
   string posKey
)
JScript
public virtual  function InsertCard(
   card : HeaderCard,
   posKey : String
)

Parameters

card
The card to be inserted
posKey
The key of the HeaderCard in front of which card is to be inserted

See Also