Get the n'th card image in the header
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetCard( _ ByVal n As Integer _ ) As String |
C# |
---|
public string GetCard( int n ) |
C++ |
---|
public: String GetCard( int n ) sealed |
J# |
---|
public string GetCard( int n ) |
JScript |
---|
public
function GetCard( n : int ) : String |
Return Value
the card image; return null
if the n'th card does not exist.