Creates a new HeaderCard to accommodate key, val, and comment, and inserts the new HeaderCard in front of posCard in the HeaderCard list. If posCard is null, the new HeaderCard is added to the end of the list.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub InsertValue( _ ByVal key As String, _ ByVal val As Boolean, _ ByVal comment As String, _ ByVal posCard As HeaderCard _ ) |
C# |
---|
public virtual void InsertValue( string key, bool val, string comment, HeaderCard posCard ) |
C++ |
---|
public: virtual void InsertValue( String key, bool val, String comment, HeaderCard posCard ) |
J# |
---|
public virtual void InsertValue( string key, bool val, string comment, HeaderCard posCard ) |
JScript |
---|
public virtual
function InsertValue( key : String, val : bool, comment : String, posCard : HeaderCard ) |
Parameters
- key
- The key of the new HeaderCard
- val
- The value of the new HeaderCard
- comment
- The comment of the new HeaderCard
- posCard
- The HeaderCard in front of which the new HeaderCard is to be inserted