Return the actual data. Note that this may return a null when the data is not readable. It might be better to throw a FitsException, but this is a very commonly called method and we prefered not to change how users must invoke it.


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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property DataArray As Object
C#
public override object DataArray { get; }
C++
public override property object DataArray override  {
    Object get();
}
J#
/** property */
public object get_DataArray();
JScript
public function get DataArray() : Object

See Also