What is the offset to the heap.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HeapOffset As Integer
C#
public int HeapOffset { get; }
C++
public property int HeapOffset sealed  {
    int get();
}
J#
/** property */
public int get_HeapOffset();
JScript
public function get HeapOffset() : int

See Also