Creates a new HeaderCard to accommodate history, and adds the new card 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 AddHistory( _ ByVal history As String _ ) |
| C# |
|---|
| public virtual void AddHistory( string history ) |
| C++ |
|---|
| public: virtual void AddHistory( String history ) |
| J# |
|---|
| public virtual void AddHistory( string history ) |
| JScript |
|---|
| public virtual
function AddHistory( history : String ) |
Parameters
- history