Read the entire image into a multidimensional array.


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

Syntax

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

See Also