Get the name of the observed object in this FITS file.


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

Syntax

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

Property Value

either null or a String object

See Also