Returns the value oF GCOUNT from HDU


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property GroupCount As Integer
C#
public virtual int GroupCount { get; }
C++
public virtual property int GroupCount {
    int get();
}
J#
/** property */
public int get_GroupCount();
JScript
public function get GroupCount() : int

See Also