Creates a new HeaderCard to accommodate comment, 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 AddComment( _ 
   ByVal comment As String _ 
)
C#
public virtual void AddComment(
   string comment
)
C++
public:
 virtual void AddComment(
   String comment
)
J#
public virtual void AddComment(
   string comment
)
JScript
public virtual  function AddComment(
   comment : String
)

Parameters

comment
The comment of the new HeaderCard

See Also