Add a card image to the header.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Sub AddLine( _ ByVal card As String _ ) |
| C# |
|---|
| public virtual void AddLine( string card ) |
| C++ |
|---|
| public: virtual void AddLine( String card ) |
| J# |
|---|
| public virtual void AddLine( string card ) |
| JScript |
|---|
| public virtual
function AddLine( card : String ) |
Parameters
- card
- The card to be added.
Exceptions
| Exception Type | Condition |
|---|---|
| HeaderCardException | HeaderCardException If the card is not valid. |