Creates a new HeaderCard to accommodate history, and inserts the new card in front of the HeaderCard associated with key posKey. If there is no HeaderCard associated with posKey, the new 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 InsertHistory( _ 
   ByVal history As String,  _ 
   ByVal posKey As String _ 
)
C#
public virtual void InsertHistory(
   string history,
   string posKey
)
C++
public:
 virtual void InsertHistory(
   String history,
   String posKey
)
J#
public virtual void InsertHistory(
   string history,
   string posKey
)
JScript
public virtual  function InsertHistory(
   history : String,
   posKey : String
)

Parameters

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

See Also