Get the byte at which this element begins. This is only available if the data is originally read from a random access medium.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property FileOffset As Long
C#
long FileOffset { get; }
C++
property long FileOffset abstract  {
    __int64 get();
}
J#
/** property */
public long get_FileOffset();
JScript
public function get FileOffset() : long

See Also