Delete the card associated with the given key. Nothing occurs if the key is not found.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub DeleteKey( _ 
   ByVal key As String _ 
)
C#
public virtual void DeleteKey(
   string key
)
C++
public:
 virtual void DeleteKey(
   String key
)
J#
public virtual void DeleteKey(
   string key
)
JScript
public virtual  function DeleteKey(
   key : String
)

Parameters

key
The header key.

See Also