Creates a new HeaderCard to accommodate comment, 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 InsertComment( _ ByVal comment As String, _ ByVal posKey As String _ ) |
C# |
---|
public virtual void InsertComment( string comment, string posKey ) |
C++ |
---|
public: virtual void InsertComment( String comment, String posKey ) |
J# |
---|
public virtual void InsertComment( string comment, string posKey ) |
JScript |
---|
public virtual
function InsertComment( comment : String, posKey : String ) |
Parameters
- comment
- The comment of the new HeaderCard
- posKey
- The key of the HeaderCard in front of which the new HeaderCard is to be inserted