Find the card associated with a given key. If found this sets the mark to the card, otherwise it unsets the mark.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function FindCard( _ 
   ByVal key As String _ 
) As HeaderCard
C#
public virtual HeaderCard FindCard(
   string key
)
C++
public:
 virtual HeaderCard FindCard(
   String key
)
J#
public virtual HeaderCard FindCard(
   string key
)
JScript
public virtual  function FindCard(
   key : String
) : HeaderCard

Parameters

key
The header key.

Return Value

null if the keyword could not be found; return the HeaderCard object otherwise.

See Also