Removes the HeaderCard associated with key


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

Syntax

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

Parameters

key
The key of the HeaderCard to be removed

See Also