Return the comment from this card


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Comment As String
C#
public virtual string Comment { get; }
C++
public virtual property string Comment {
    String get();
}
J#
/** property */
public string get_Comment();
JScript
public function get Comment() : String

See Also